Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() argument
53 : Root(Root), OverlayRoot(OverlayRoot) { in FileCollector()
55 assert(sys::path::is_absolute(OverlayRoot) && "OverlayRoot not absolute"); in FileCollector()
241 VFSWriter.setOverlayDir(OverlayRoot); in writeMapping()
242 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h95 FileCollector(std::string Root, std::string OverlayRoot);
135 const std::string OverlayRoot; variable