Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1242 if (!shouldUseExternalFS()) in dir_begin()
1864 return shouldUseExternalFS() && EC == llvm::errc::no_such_file_or_directory; in shouldFallBackToExternalFS()
2071 return shouldUseExternalFS() ? ExternalFS->getRealPath(Path, Output) in getRealPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS() function