Searched defs:SetInstDebugLocation (Results 1 – 4 of 4) sorted by relevance
140 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
163 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
79 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func