Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1411 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
2265 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
2390 lookupPath(CanonicalPath); in status()
2471 lookupPath(CanonicalPath); in openFileForRead()
2536 lookupPath(CanonicalPath); in getRealPath()
2627 VFS->lookupPath("/"); in collectVFSFromYAML()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1007 ErrorOr<LookupResult> lookupPath(StringRef Path) const;