Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp21 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 DVirtualFileSystem.cpp816 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 DModuleDependencyCollector.cpp42 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 DPrecompiledPreamble.cpp61 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 DCompilerInstance.cpp226 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 DModuleDependencyCollector.h25 void addFile(llvm::StringRef Filename,
28 m_file_collector->addFile(Filename);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp240 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 DTestAST.cpp109 VFS->addFile(Filename, /*ModificationTime=*/0, in TestAST()
112 VFS->addFile( in TestAST()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp69 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 DConfig.h123 void addFile(StringRef path, bool withLOption);
H A DInputFiles.cpp405 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 DDriver.cpp273 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 DSyntheticSections.h631 void addFile(const InputFile *file) { in addFile() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h27 void addFile(const Twine &file);
H A DVirtualFileSystem.h510 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 DSymbolTable.h51 void addFile(InputFile *file);
H A DDriver.cpp213 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 DSymbolTable.cpp52 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 DUtils.h152 virtual void addFile(StringRef Filename, StringRef FileDst = {});
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp109 MemFS->addFile(Filename, 0, in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h153 bool addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename,
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp59 VFS->addFile(FatbinFileName, 0, in Parse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp450 InMemoryFS->addFile(FakeInputPath, 0, llvm::MemoryBuffer::getMemBuffer("")); in computeDependencies()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp593 InMemoryFileSystem->addFile( in applyAllReplacements()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp47 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber, in addFile() function in CodeViewContext

12