Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1378 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c861 LLVMInstructionSetDebugLoc(Inst, Loc); in llvm_instr_set_debug_loc()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1656 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc) { in LLVMInstructionSetDebugLoc() function