Home
last modified time | relevance | path

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

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