Home
last modified time | relevance | path

Searched refs:lookupPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1201 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
1883 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
1967 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in status()
2013 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in openFileForRead()
2053 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in getRealPath()
2134 VFS->lookupPath("/"); in collectVFSFromYAML()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp482 static_cast<vfs::RedirectingFileSystem &>(*m_fs).lookupPath(path.str()); in GetExternalPath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h817 ErrorOr<LookupResult> lookupPath(StringRef Path) const;