Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3718 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1672 return ptr_to_option(LLVMGetCurrentDebugLocation(Builder_val(B))); in llvm_current_debug_location()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3084 LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder) { in LLVMGetCurrentDebugLocation() function