Home
last modified time | relevance | path

Searched refs:SetInstDebugLocation (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp79 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
H A DCore.cpp3113 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h221 void SetInstDebugLocation(Instruction *I) const;
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1343 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2018 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)