Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h973 bool IsRelativeOverlay = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1862 if (FS->IsRelativeOverlay) { in parseEntry()
2069 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()