Searched refs:LLVMSetCurrentDebugLocation (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1324 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location() 1330 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1682 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location() 1688 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1761 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location() 1767 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 843 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2884 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3117 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1731 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2422 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2652 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|