Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp857 LLVMSetInstDebugLocation(Builder, Dst); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3608 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1708 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1377 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3119 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function