Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1369 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c857 return (ptr_to_option(LLVMInstructionGetDebugLoc(Inst))); in llvm_instr_get_debug_loc()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1652 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst) { in LLVMInstructionGetDebugLoc() function