Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1230 if (!RE->useExternalName(UseExternalNames)) { in dir_begin()
1951 return getRedirectedFileStatus(Path, RE->useExternalName(UseExternalNames), in status()
2038 Path, RE->useExternalName(UseExternalNames), *ExternalStatus); in openFileForRead()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h665 bool useExternalName(bool GlobalUseExternalName) const { in useExternalName() function