Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() argument
53 : Root(std::move(Root)), OverlayRoot(std::move(OverlayRoot)) { in FileCollector()
239 VFSWriter.setOverlayDir(OverlayRoot); in writeMapping()
240 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h96 FileCollector(std::string Root, std::string OverlayRoot);
136 const std::string OverlayRoot; variable