Home
last modified time | relevance | path

Searched refs:LLVMSetCurrentDebugLocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1626 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location()
1632 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
/external/llvm/include/llvm-c/
DCore.h2568 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
/external/llvm/lib/IR/
DCore.cpp2205 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function