Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp55 SetInstDebugLocation(BCI); in getCastedInt8PtrValue()
64 Builder->SetInstDebugLocation(CI); in createCallHelper()
77 Builder->SetInstDebugLocation(II); in createInvokeHelper()
DCore.cpp2218 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst)); in LLVMSetInstDebugLocation()
/external/llvm/include/llvm/IR/
DIRBuilder.h118 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
586 this->SetInstDebugLocation(I);
/external/llvm/bindings/go/llvm/
Dir.go1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1930 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)