Searched refs:LLVMSetInstDebugLocation (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 845 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2886 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3119 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1348 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1706 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1785 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1741 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2434 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1282 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2664 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
|