Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h1368 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc);
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c861 LLVMInstructionSetDebugLoc(Inst, Loc); in llvm_instr_set_debug_loc()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1601 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc) { in LLVMInstructionSetDebugLoc() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1229 func (v Value) InstructionSetDebugLoc(md Metadata) { C.LLVMInstructionSetDebugLoc(v.C, md.C) }