Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp51 SetInstDebugLocation(BCI); in getCastedInt8PtrValue()
60 Builder->SetInstDebugLocation(CI); in createCallHelper()
H A DCore.cpp2195 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h127 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
550 this->SetInstDebugLocation(I);
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1207 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1920 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)