Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h2636 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder);
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1629 if ((L = LLVMGetCurrentDebugLocation(Builder_val(B)))) { in llvm_current_debug_location()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2187 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder) { in LLVMGetCurrentDebugLocation() function