Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h232 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1377 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3120 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2065 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)