Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h1165 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var);
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c908 return (ptr_to_option(LLVMDIVariableGetFile(Variable))); in llvm_di_variable_get_file()
H A Dllvm_debuginfo.mli324 See LLVMDIVariableGetFile. *)
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1470 LLVMMetadataRef LLVMDIVariableGetFile(LLVMMetadataRef Var) { in LLVMDIVariableGetFile() function