Searched refs:FileCollector (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h14 #include "llvm/Support/FileCollector.h"
21 std::shared_ptr<llvm::FileCollector> file_collector)
36 std::shared_ptr<llvm::FileCollector> m_file_collector;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h1 //===-- FileCollector.h -----------------------------------------*- C++ -*-===//
24 class FileCollector { class in namespace:llvm
26 FileCollector(std::string Root, std::string OverlayRoot);
44 std::shared_ptr<FileCollector> Collector);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp1 //===-- FileCollector.cpp ---------------------------------------*- C++ -*-===//
9 #include "llvm/Support/FileCollector.h"
35 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) function in class:FileCollector
40 bool FileCollector::getRealPath(StringRef SrcPath,
64 void FileCollector::addFile(const Twine &file) {
71 void FileCollector::addFileImpl(StringRef SrcPath) {
125 std::error_code FileCollector::copyFiles(bool StopOnError) {
174 std::error_code FileCollector::writeMapping(StringRef mapping_file) {
196 std::shared_ptr<FileCollector> Collecto
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h19 #include "llvm/Support/FileCollector.h"
37 FileSystem(std::shared_ptr<llvm::FileCollector> collector)
50 static void Initialize(std::shared_ptr<llvm::FileCollector> collector);
192 std::shared_ptr<llvm::FileCollector> m_collector;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h15 #include "llvm/Support/FileCollector.h"
93 m_collector(std::make_shared<llvm::FileCollector>(
97 std::shared_ptr<llvm::FileCollector> GetFileCollector() {
112 std::shared_ptr<llvm::FileCollector> m_collector;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp52 void FileSystem::Initialize(std::shared_ptr<FileCollector> collector) {
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile866 SRCS_XDB+= Support/FileCollector.cpp

Completed in 103 milliseconds