Home
last modified time | relevance | path

Searched refs:addFile (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase
141 addFile(Dir); in addDirectoryImpl()
146 addFile(It->path()); in addDirectoryImpl()
264 Collector->addFile(Path); in status()
272 Collector->addFile(Path); in openFileForRead()
285 Collector->addFile(Path); in getRealPath()
287 Collector->addFile(Output); in getRealPath()
H A DVirtualFileSystem.cpp714 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
805 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem
811 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type, in addFile()
821 return addFile(P, ModificationTime, llvm::MemoryBuffer::getMemBuffer(Buffer), in addFileNoOwn()
878 return this->addFile(FromPath, 0, nullptr, None, None, None, None, in addHardLink()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp36 Collector.addFile(Filename); in visitInputFile()
56 Collector.addFile(File->getName()); in InclusionDirective()
67 Collector.addFile(HeaderPath); in moduleMapAddHeader()
196 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
H A DPrecompiledPreamble.cpp64 PCHFS->addFile(PCHFilename, 0, std::move(PCHBuffer)); in createVFSOverlayForPreamblePCH()
159 void addFile(StringRef File);
180 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anond12dfad00111::TemporaryFiles
655 TemporaryFiles::getInstance().addFile(*this->FilePath); in TempPCHFile()
H A DCompilerInstance.cpp222 MDC->addFile(Name); in collectHeaderMaps()
235 MDC->addFile(PCHInclude); in collectIncludePCH()
253 MDC->addFile(Dir->path()); in collectIncludePCH()
274 MDC->addFile(E.VPath, E.RPath); in collectVFSEntries()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp213 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
218 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
462 InMemoryFileSystem->addFile( in run()
528 InMemoryFileSystem->addFile( in run()
643 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
646 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileCollector.h28 void addFile(const Twine &file);
H A DVirtualFileSystem.h423 bool addFile(const Twine &Path, time_t ModificationTime,
440 bool addFile(const Twine &Path, time_t ModificationTime,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h143 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h166 virtual void addFile(StringRef Filename, StringRef FileDst = {});
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp113 MemFS->addFile(Filename, 0, in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp592 InMemoryFileSystem->addFile( in applyAllReplacements()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
H A DMCStreamer.cpp287 return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
H A DMCAsmStreamer.cpp1596 if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum, in EmitCVFileDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp2250 InMemoryFileSystem->addFile( in SourceManagerForFile()