Lines Matching +defs:buffer +defs:file +defs:name
196 std::unique_ptr<Archive> file = in getArchiveMembers() local
231 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile() local
317 void LinkerDriver::addLibrary(StringRef name) { in addLibrary()
805 StringRef name; in getSectionStartMap() local
889 auto findSection = [&](StringRef name) -> InputSectionBase * { in readCallGraph()
964 for (auto file : ctx.objectFiles) { in readCallGraphsFromObjectFiles() local
1487 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) { in readConfigs() local
1506 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in readConfigs() local
1537 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in readConfigs() local
1542 if (std::optional<MemoryBufferRef> buffer = readFile(*path)) in readConfigs() local
1857 auto visit = [&](InputFile *file) { in excludeLibs()
1910 static void handleLibcall(StringRef name) { in handleLibcall()
2118 StringRef name = arg->getValue(); in findKeepUniqueSections() local
2215 static Symbol *addUnusedUndefined(StringRef name, in addUnusedUndefined()
2297 StringRef name = arg->getValue(); in addWrappedSymbols() local
2412 parallelForEach(ctx.objectFiles, [&](ELFFileBase *file) { in redirectSymbols()
2492 static void initSectionsAndLocalSyms(ELFFileBase *file, bool ignoreComdats) { in initSectionsAndLocalSyms()
2511 static void postParseObjectFile(ELFFileBase *file) { in postParseObjectFile()
2578 for (StringRef name : config->undefined) in link() local
2604 for (StringRef name : script->referencedSymbols) { in link() local
2611 for (StringRef name : config->undefined) in link() local
2655 parallelForEach(ctx.objectFiles, [](ELFFileBase *file) { in link()
2660 [](BitcodeFile *file) { file->postParse(); }); in link()
2742 parallelForEach(newObjectFiles, [](ELFFileBase *file) { in link()
2909 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in link() local