Searched refs:SetInstDebugLocation (Results 1 – 5 of 5) sorted by relevance
79 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
3113 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()
221 void SetInstDebugLocation(Instruction *I) const;
1343 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func
2018 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)