| /freebsd-14.2/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 | 816 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem 893 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() function in llvm::vfs::InMemoryFileSystem 899 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type, in addFile() 916 return addFile(P, ModificationTime, llvm::MemoryBuffer::getMemBuffer(Buffer), in addFileNoOwn() 1015 return addFile(NewLink, 0, nullptr, std::nullopt, std::nullopt, std::nullopt, in addHardLink() 1035 return addFile(NewLinkStr, ModificationTime, nullptr, User, Group, in addSymbolicLink()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 42 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 | 61 PCHFS->addFile(PCHFilename, 0, std::move(PCHBuffer)); in createVFSOverlayForPreamblePCH() 156 void addFile(StringRef File); 177 void TemporaryFiles::addFile(StringRef File) { in addFile() function in __anonbd5fa31b0111::TemporaryFiles 241 TemporaryFiles::getInstance().addFile(this->FilePath); in TempPCHFile()
|
| H A D | CompilerInstance.cpp | 226 MDC->addFile(Name); in collectHeaderMaps() 239 MDC->addFile(PCHInclude); in collectIncludePCH() 258 MDC->addFile(Dir->path()); in collectIncludePCH() 279 MDC->addFile(E.VPath, E.RPath); in collectVFSEntries()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 240 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 245 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 527 InMemoryFileSystem->addFile( in run() 593 InMemoryFileSystem->addFile( in run() 708 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs() 711 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 109 VFS->addFile(Filename, /*ModificationTime=*/0, in TestAST() 112 VFS->addFile( in TestAST()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 69 void addFile(StringRef path); 296 void ScriptParser::addFile(StringRef s) { in addFile() function in ScriptParser 301 ctx.driver.addFile(saver().save(path), /*withLOption=*/false); in addFile() 309 ctx.driver.addFile(s, /*withLOption=*/false); in addFile() 313 ctx.driver.addFile(s.substr(1), /*withLOption=*/false); in addFile() 315 ctx.driver.addFile(saver().save(config->sysroot + "/" + s.substr(1)), in addFile() 328 ctx.driver.addFile(path, /*withLOption=*/false); in addFile() 334 ctx.driver.addFile(s, /*withLOption=*/false); in addFile() 338 ctx.driver.addFile(saver().save(*path), /*withLOption=*/true); in addFile() 350 addFile(unquote(next())); in readAsNeeded() [all …]
|
| H A D | Config.h | 123 void addFile(StringRef path, bool withLOption);
|
| H A D | InputFiles.cpp | 405 ctx.driver.addFile(saver().save(*s), /*withLOption=*/true); in addDependentLibrary() 407 ctx.driver.addFile(saver().save(*s), /*withLOption=*/true); in addDependentLibrary() 409 ctx.driver.addFile(specifier, /*withLOption=*/false); in addDependentLibrary()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 273 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() function 421 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary() 450 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework() 544 addFile(rerootPath(path), LoadType::CommandLine, isLazy); in addFileList() 1149 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy); in createFiles() 1153 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1165 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1172 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce); in createFiles() 1175 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, in createFiles() 1260 in.objCImageInfo->addFile(file); in gatherInputSections() [all …]
|
| H A D | SyntheticSections.h | 631 void addFile(const InputFile *file) { in addFile() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileCollector.h | 27 void addFile(const Twine &file);
|
| H A D | VirtualFileSystem.h | 510 bool addFile(const Twine &Path, time_t ModificationTime, 534 bool addFile(const Twine &Path, time_t ModificationTime,
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.h | 51 void addFile(InputFile *file);
|
| H A D | Driver.cpp | 213 ctx.symtab.addFile(make<ArchiveFile>(ctx, mbref)); in addBuffer() 216 ctx.symtab.addFile(make<BitcodeFile>(ctx, mbref, "", 0, lazy)); in addBuffer() 220 ctx.symtab.addFile(make<ObjFile>(ctx, mbref, lazy)); in addBuffer() 223 ctx.symtab.addFile(make<PDBInputFile>(ctx, mbref)); in addBuffer() 230 ctx.symtab.addFile(make<DLLFile>(ctx, mbref)); in addBuffer() 295 ctx.symtab.addFile(imp); in addArchiveBuffer() 315 ctx.symtab.addFile(obj); in addArchiveBuffer() 1324 ctx.symtab.addFile(f); in convertResources()
|
| H A D | SymbolTable.cpp | 52 void SymbolTable::addFile(InputFile *file) { in addFile() function in lld::coff::SymbolTable 105 file->ctx.symtab.addFile(file); in forceLazy() 603 addFile(f); in addLazyObject()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | Utils.h | 152 virtual void addFile(StringRef Filename, StringRef FileDst = {});
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 109 MemFS->addFile(Filename, 0, in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 153 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | DeviceOffload.cpp | 59 VFS->addFile(FatbinFileName, 0, in Parse()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 450 InMemoryFS->addFile(FakeInputPath, 0, llvm::MemoryBuffer::getMemBuffer("")); in computeDependencies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 593 InMemoryFileSystem->addFile( in applyAllReplacements()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext
|