Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1230 if (!RE->useExternalName(UseExternalNames)) { in dir_begin()
1952 return getRedirectedFileStatus(Path, RE->useExternalName(UseExternalNames), in status()
2039 Path, RE->useExternalName(UseExternalNames), *ExternalStatus); in openFileForRead()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h665 bool useExternalName(bool GlobalUseExternalName) const { in useExternalName() function