Searched refs:IsRelativeOverlay (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h677 /// If IsRelativeOverlay is set, this represents the directory
695 /// IsRelativeOverlay marks whether a ExternalContentsPrefixDir path must
697 bool IsRelativeOverlay = false; member in class:llvm::vfs::RedirectingFileSystem
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1397 if (FS->IsRelativeOverlay) {
1575 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay))

Completed in 77 milliseconds