Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h1151 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli324 See LLVMDIVariableGetFile. *)
H A Ddebuginfo_ocaml.c908 return (ptr_to_option(LLVMDIVariableGetFile(Variable))); in llvm_di_variable_get_file()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1429 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var) { in LLVMDIVariableGetFile() function