Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1242 if (!shouldUseExternalFS()) in dir_begin()
1865 return shouldUseExternalFS() && EC == llvm::errc::no_such_file_or_directory; in shouldFallBackToExternalFS()
2072 return shouldUseExternalFS() ? ExternalFS->getRealPath(Path, Output) in getRealPath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS() function