Searched refs:LLVMSetCurrentDebugLocation (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1792 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location() 1798 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/llvm/include/llvm-c/ |
D | Core.h | 2884 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3608 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3571 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2422 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3082 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3046 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function
|