Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h1345 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c857 return (ptr_to_option(LLVMInstructionGetDebugLoc(Inst))); in llvm_instr_get_debug_loc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1556 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst) { in LLVMInstructionGetDebugLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1262 func (v Value) InstructionDebugLoc() (md Metadata) { md.C = C.LLVMInstructionGetDebugLoc(v.C); retu…