Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2638 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1639 LLVMSetInstDebugLocation(Builder_val(B), V); in llvm_set_inst_debug_location()
/external/llvm/lib/IR/
DCore.cpp2193 void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) { in LLVMSetInstDebugLocation() function
/external/llvm/bindings/go/llvm/
Dir.go1207 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }