Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h1359 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst);
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c857 return (ptr_to_option(LLVMInstructionGetDebugLoc(Inst))); in llvm_instr_get_debug_loc()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1597 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst) { in LLVMInstructionGetDebugLoc() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1228 func (v Value) InstructionDebugLoc() (md Metadata) { md.C = C.LLVMInstructionGetDebugLoc(v.C); retu…