Home
last modified time | relevance | path

Searched refs:UseExternalNames (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()
1724 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
1795 bool UseExternalNames, FileSystem &ExternalFS) { in create() argument
1798 FS->UseExternalNames = UseExternalNames; in create()
1836 UseExternalNames ? RedirectingFileSystem::NK_External in create()
1939 if (!UseExternalNames) in getRedirectedFileStatus()
2039 Path, RE->useExternalName(UseExternalNames), *ExternalStatus); in openFileForRead()
2241 Optional<bool> UseExternalNames, in write() argument
2252 if (UseExternalNames.hasValue()) in write()
2254 << (UseExternalNames.getValue() ? "true" : "false") << "',\n"; in write()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h793 bool UseExternalNames = true; variable
829 bool UseExternalNames, FileSystem &ExternalFS);
876 Optional<bool> UseExternalNames; variable
891 void setUseExternalNames(bool UseExtNames) { UseExternalNames = UseExtNames; } in setUseExternalNames()