Searched refs:inputSections (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 249 for (InputSectionBase *sec : ctx.inputSections) { in run() 342 for (InputSectionBase *sec : ctx.inputSections) { in moveToMain() 368 for (InputSectionBase *sec : ctx.inputSections) in markLive() 383 for (InputSectionBase *sec : ctx.inputSections) in markLive()
|
| H A D | Writer.cpp | 126 for (InputSectionBase *s : ctx.inputSections) { in copySectionsIntoPartitions() 141 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions() 338 ctx.inputSections.push_back(sec); in createSyntheticSections() 342 auto add = [](SyntheticSection &sec) { ctx.inputSections.push_back(&sec); }; in createSyntheticSections() 386 ctx.inputSections.push_back(&sec); in createSyntheticSections() 1282 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() 1879 llvm::find_if(llvm::reverse(ctx.inputSections), [](InputSectionBase *s) { in removeUnusedSyntheticSections() 1886 std::remove_if(start, ctx.inputSections.end(), [&](InputSectionBase *s) { in removeUnusedSyntheticSections() 1893 ctx.inputSections.erase(end, ctx.inputSections.end()); in removeUnusedSyntheticSections()
|
| H A D | Target.cpp | 100 for (InputSectionBase *d : ctx.inputSections) { in getErrorPlace()
|
| H A D | LinkerScript.cpp | 599 isd->sectionBases = computeInputSections(isd, ctx.inputSections); in createInputSectionList() 857 for (InputSectionBase *isec : ctx.inputSections) { in addOrphanSections() 860 ctx.inputSections[n++] = isec; in addOrphanSections() 879 ctx.inputSections.resize(n); in addOrphanSections()
|
| H A D | Driver.cpp | 101 inputSections.clear(); in reset() 2219 ctx.inputSections.push_back(bss); in replaceCommonSymbols() 2911 ctx.inputSections.push_back(s); in link() 2916 ctx.inputSections.push_back(cast<InputSection>(s)); in link() 2922 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link() 2932 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link() 2980 ctx.inputSections.push_back(createCommentSection()); in link()
|
| H A D | Config.h | 460 SmallVector<InputSectionBase *, 0> inputSections; member
|
| H A D | ICF.cpp | 482 for (InputSectionBase *sec : ctx.inputSections) { in run()
|
| H A D | SyntheticSections.cpp | 110 for (InputSectionBase *sec : ctx.inputSections) { in create() 178 for (InputSectionBase *sec : ctx.inputSections) in create() 235 for (InputSectionBase *sec : ctx.inputSections) in create() 2884 for (InputSectionBase *s : ctx.inputSections) { in create() 2897 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in create() 3361 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in combineEhSections()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | MarkLive.cpp | 171 for (ConcatInputSection *isec : inputSections) { in markTransitively() 261 for (ConcatInputSection *isec : inputSections) { in markLive()
|
| H A D | ICF.cpp | 415 uint64_t icfUniqueID = inputSections.size(); in foldIdenticalSections() 416 for (ConcatInputSection *isec : inputSections) { in foldIdenticalSections()
|
| H A D | ObjC.cpp | 304 for (const InputSection *isec : inputSections) { in checkCategories()
|
| H A D | InputSection.h | 304 extern std::vector<ConcatInputSection *> inputSections;
|
| H A D | Writer.cpp | 669 for (size_t i = 0; i < inputSections.size(); ++i) { in scanRelocations() 670 ConcatInputSection *isec = inputSections[i]; in scanRelocations() 1001 for (ConcatInputSection *isec : inputSections) { in createOutputSections()
|
| H A D | InputSection.cpp | 39 std::vector<ConcatInputSection *> macho::inputSections; member in macho
|
| H A D | Driver.cpp | 615 inputSections.push_back(isec); in replaceCommonSymbols() 1237 inputSections.push_back(isec); in gatherInputSections() 1418 inputSections.clear(); in link()
|
| H A D | SymbolTable.cpp | 385 inputSections.push_back(isec); in handleSectionBoundarySymbol()
|
| H A D | SyntheticSections.cpp | 796 inputSections.push_back(in.imageLoaderCache); in setUp() 879 inputSections.push_back(in.objcSelrefs); in setUp()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 1213 llvm::find_if(ctx.inputSections, in mergeRISCVAttributesSections() 1215 ctx.inputSections.begin(); in mergeRISCVAttributesSections() 1216 if (place == ctx.inputSections.size()) in mergeRISCVAttributesSections() 1221 llvm::erase_if(ctx.inputSections, [&](InputSectionBase *s) { in mergeRISCVAttributesSections() 1229 ctx.inputSections.insert(ctx.inputSections.begin() + place, in mergeRISCVAttributesSections()
|
| H A D | PPC64.cpp | 293 ctx.inputSections.push_back(sec); in writeSequence()
|