Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1615 LLVMSetCurrentDebugLocation(Builder_val(B), V); in llvm_set_current_debug_location()
1621 LLVMSetCurrentDebugLocation(Builder_val(B), NULL); in llvm_clear_current_debug_location()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h2635 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2181 void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) { in LLVMSetCurrentDebugLocation() function