Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h502 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go710 return Metadata{C.LLVMDIScopeGetFile(md.C)}
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c344 return (ptr_to_option(LLVMDIScopeGetFile(Scope))); in llvm_di_scope_get_file()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1072 LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef Scope) { in LLVMDIScopeGetFile() function