Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1175 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1525 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var) { in LLVMDIVariableGetFile() function