Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1394 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
2201 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
2320 lookupPath(CanonicalPath); in status()
2401 lookupPath(CanonicalPath); in openFileForRead()
2466 lookupPath(CanonicalPath); in getRealPath()
2555 VFS->lookupPath("/"); in collectVFSFromYAML()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h957 ErrorOr<LookupResult> lookupPath(StringRef Path) const;