HomeSort by: relevance | last modified time | path
    Searched refs:LLVMInstructionGetDebugLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h 1345 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c 857 return (ptr_to_option(LLVMInstructionGetDebugLoc(Inst)));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 1556 LLVMMetadataRef LLVMInstructionGetDebugLoc(LLVMValueRef Inst) {
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1262 func (v Value) InstructionDebugLoc() (md Metadata) { md.C = C.LLVMInstructionGetDebugLoc(v.C); return }

Completed in 65 milliseconds