Home
last modified time | relevance | path

Searched refs:addFileImpl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DFileCollector.h38 virtual void addFileImpl(StringRef SrcPath) = 0;
106 void addFileImpl(StringRef SrcPath) override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h47 void addFileImpl(StringRef SrcPath);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp68 addFileImpl(FileStr); in addFile()
71 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl() function in FileCollector
/external/llvm-project/llvm/lib/Support/
DFileCollector.cpp25 addFileImpl(FileStr); in addFile()
80 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl() function in FileCollector
/external/llvm-project/lldb/source/Utility/
DReproducerProvider.cpp64 void FlushingFileCollector::addFileImpl(StringRef file) { in addFileImpl() function in FlushingFileCollector
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h99 void addFileImpl(llvm::StringRef file) override;