Home
last modified time | relevance | path

Searched refs:FileCollector (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() function in FileCollector
58 void FileCollector::PathCanonicalizer::updateWithRealPath( in updateWithRealPath()
104 FileCollector::PathCanonicalizer::PathStorage
105 FileCollector::PathCanonicalizer::canonicalize(StringRef SrcPath) { in canonicalize()
122 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl()
137 FileCollector::addDirectoryImpl(const llvm::Twine &Dir, in addDirectoryImpl()
178 std::error_code FileCollector::copyFiles(bool StopOnError) { in copyFiles()
238 std::error_code FileCollector::writeMapping(StringRef MappingFile) { in writeMapping()
260 std::shared_ptr<FileCollector> Collector) in FileCollectorFileSystem()
308 std::shared_ptr<FileCollector> Collector;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h69 class FileCollector : public FileCollectorBase {
95 FileCollector(std::string Root, std::string OverlayRoot);
111 std::shared_ptr<FileCollector> Collector);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp145 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot()
/freebsd/lib/clang/libllvm/
H A DMakefile1137 SRCS_MIN+= Support/FileCollector.cpp