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.cpp1435 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
2296 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
2429 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in status()
2465 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in exists()
2555 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in openFileForRead()
2617 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in getRealPath()
2708 VFS->lookupPath("/"); in collectVFSFromYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1038 ErrorOr<LookupResult> lookupPath(StringRef Path) const;