Home
last modified time | relevance | path

Searched refs:LLVMSetInstDebugLocation (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h845 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2886 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3119 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1348 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1706 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1785 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1741 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
/external/llvm/lib/IR/
DCore.cpp2434 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
/external/llvm/bindings/go/llvm/
Dir.go1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1282 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2664 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function