Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h928 bool IsRelativeOverlay = false; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1830 if (FS->IsRelativeOverlay) { in parseEntry()
2020 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()