Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3678 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1688 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1343 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3112 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function