Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1447 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
2309 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
2442 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in status()
2478 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in exists()
2568 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in openFileForRead()
2630 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in getRealPath()
2721 VFS->lookupPath("/"); in collectVFSFromYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1060 ErrorOr<LookupResult> lookupPath(StringRef Path) const;