Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3636 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1703 return ptr_to_option(LLVMGetCurrentDebugLocation(Builder_val(B))); in llvm_current_debug_location()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3113 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder) { in LLVMGetCurrentDebugLocation() function