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