| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 21 void FileCollectorBase::addFile(const Twine &File) { in addFile() function in FileCollectorBase 143 addFile(Dir); in addDirectoryImpl() 148 addFile(It->path()); in addDirectoryImpl() 266 Collector->addFile(Path); in status() 274 Collector->addFile(Path); in openFileForRead() 287 Collector->addFile(Path); in getRealPath() 289 Collector->addFile(Output); in getRealPath()
|
| H A D | VirtualFileSystem.cpp | 852 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem 930 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem 936 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type, in addFile() 953 return addFile(P, ModificationTime, llvm::MemoryBuffer::getMemBuffer(Buffer), in addFileNoOwn() 1052 return addFile(NewLink, 0, nullptr, std::nullopt, std::nullopt, std::nullopt, in addHardLink() 1072 return addFile(NewLinkStr, ModificationTime, nullptr, User, Group, in addSymbolicLink()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 41 Collector.addFile(Filename); in visitInputFile() 62 Collector.addFile(File->getName()); in InclusionDirective() 73 Collector.addFile(HeaderPath); in moduleMapAddHeader() 178 void ModuleDependencyCollector::addFile(StringRef Filename, StringRef FileDst) { in addFile() function in ModuleDependencyCollector
|
| H A D | PrecompiledPreamble.cpp | 62 PCHFS->addFile(PCHFilename, 0, std::move(PCHBuffer)); in createVFSOverlayForPreamblePCH() 158 void addFile(StringRef File); 179 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anon90aee0a50111::TemporaryFiles 243 TemporaryFiles::getInstance().addFile(this->FilePath); in TempPCHFile()
|
| H A D | CompilerInstance.cpp | 225 MDC->addFile(Name); in collectHeaderMaps() 238 MDC->addFile(PCHInclude); in collectIncludePCH() 257 MDC->addFile(Dir->path()); in collectIncludePCH() 278 MDC->addFile(E.VPath, E.RPath); in collectVFSEntries()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ModuleDependencyCollector.h | 25 void addFile(llvm::StringRef Filename, 28 m_file_collector->addFile(Filename);
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 237 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 242 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 525 InMemoryFileSystem->addFile( in run() 591 InMemoryFileSystem->addFile( in run() 708 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs() 711 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 92 VFS->addFile(Filename, /*ModificationTime=*/0, in TestAST() 95 VFS->addFile( in TestAST()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 56 void addFile(StringRef path); 313 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser 318 ctx.driver.addFile(ctx.saver.save(path), /*withLOption=*/false); in addFile() 326 ctx.driver.addFile(s, /*withLOption=*/false); in addFile() 330 ctx.driver.addFile(s.substr(1), /*withLOption=*/false); in addFile() 332 ctx.driver.addFile(ctx.saver.save(ctx.arg.sysroot + "/" + s.substr(1)), in addFile() 345 ctx.driver.addFile(path, /*withLOption=*/false); in addFile() 351 ctx.driver.addFile(s, /*withLOption=*/false); in addFile() 355 ctx.driver.addFile(ctx.saver.save(*path), /*withLOption=*/true); in addFile() 367 addFile(unquote(tok)); in readAsNeeded() [all …]
|
| H A D | InputFiles.cpp | 390 ctx.driver.addFile(ctx.saver.save(*s), /*withLOption=*/true); in addDependentLibrary() 392 ctx.driver.addFile(ctx.saver.save(*s), /*withLOption=*/true); in addDependentLibrary() 394 ctx.driver.addFile(specifier, /*withLOption=*/false); in addDependentLibrary()
|
| H A D | Config.h | 185 void addFile(StringRef path, bool withLOption);
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 285 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function 450 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary() 479 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework() 573 addFile(rerootPath(path), LoadType::CommandLine, isLazy); in addFileList() 1232 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy); in createFiles() 1236 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1241 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) { in createFiles() 1248 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1255 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce); in createFiles() 1258 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, in createFiles() [all …]
|
| H A D | SyntheticSections.h | 648 void addFile(const InputFile *file) { in addFile() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileCollector.h | 28 void addFile(const Twine &file);
|
| H A D | VirtualFileSystem.h | 555 bool addFile(const Twine &Path, time_t ModificationTime, 579 bool addFile(const Twine &Path, time_t ModificationTime,
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | DeviceOffload.cpp | 149 VFS->addFile(FatbinFileName, 0, in GenerateFatbinary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 155 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 200 void LinkerDriver::addFile(InputFile *file) { in addFile() function in lld::coff::LinkerDriver 286 addFile(make<ArchiveFile>(ctx, mbref)); in addBuffer() 289 addFile(BitcodeFile::create(ctx, mbref, "", 0, lazy)); in addBuffer() 293 addFile(ObjFile::create(ctx, mbref, lazy)); in addBuffer() 296 addFile(make<PDBInputFile>(ctx, mbref)); in addBuffer() 304 addFile(make<DLLFile>(ctx.symtab, mbref)); in addBuffer() 370 addFile(imp); in addArchiveBuffer() 390 addFile(obj); in addArchiveBuffer() 1316 addFile(f); in convertResources()
|
| H A D | Driver.h | 83 void addFile(InputFile *file);
|
| H A D | SymbolTable.cpp | 64 file->symtab.ctx.driver.addFile(file); in forceLazy() 772 ctx.driver.addFile(f); in addLazyObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 296 void addFile(unsigned fileIdx) { locations.emplace_back(fileIdx); } in addFile() function
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 821 InMemoryFS->addFile( in computeDependencies() 859 InMemoryFS->addFile(FakeInputPath, 0, llvm::MemoryBuffer::getMemBuffer("")); in computeDependencies()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 592 InMemoryFileSystem->addFile( in applyAllReplacements()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 42 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 194 Block.addFile(addNormalizedPathToMap(filename)); in readGCNO()
|