Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp1409 ErrorOr<RedirectingFileSystem::LookupResult> Result = lookupPath(Path); in dir_begin()
2255 RedirectingFileSystem::lookupPath(StringRef Path) const { in lookupPath() function in RedirectingFileSystem
2374 lookupPath(CanonicalPath); in status()
2455 lookupPath(CanonicalPath); in openFileForRead()
2520 lookupPath(CanonicalPath); in getRealPath()
2609 VFS->lookupPath("/"); in collectVFSFromYAML()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h999 ErrorOr<LookupResult> lookupPath(StringRef Path) const;