| /src/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 256 for (InputSectionBase *sec : ctx.inputSections) { in run() 350 for (InputSectionBase *sec : ctx.inputSections) { in moveToMain() 376 for (InputSectionBase *sec : ctx.inputSections) in markLive() 391 for (InputSectionBase *sec : ctx.inputSections) in markLive()
|
| H A D | Target.cpp | 101 for (InputSectionBase *d : ctx.inputSections) { in getErrorPlace()
|
| H A D | Writer.cpp | 122 for (InputSectionBase *s : ctx.inputSections) { in copySectionsIntoPartitions() 137 ctx.inputSections.insert(ctx.inputSections.end(), newSections.begin(), in copySectionsIntoPartitions() 1020 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() 1655 llvm::find_if(llvm::reverse(ctx.inputSections), [](InputSectionBase *s) { in removeUnusedSyntheticSections() 1662 std::remove_if(start, ctx.inputSections.end(), [&](InputSectionBase *s) { in removeUnusedSyntheticSections() 1677 ctx.inputSections.erase(end, ctx.inputSections.end()); in removeUnusedSyntheticSections()
|
| H A D | LinkerScript.cpp | 644 isd->sectionBases = computeInputSections(isd, ctx.inputSections, outCmd); in createInputSectionList() 904 for (InputSectionBase *isec : ctx.inputSections) { in addOrphanSections() 907 ctx.inputSections[n++] = isec; in addOrphanSections() 926 ctx.inputSections.resize(n); in addOrphanSections()
|
| H A D | SyntheticSections.cpp | 114 for (InputSectionBase *sec : ctx.inputSections) { in create() 182 for (InputSectionBase *sec : ctx.inputSections) in create() 239 for (InputSectionBase *sec : ctx.inputSections) in create() 3125 for (InputSectionBase *s : ctx.inputSections) { in init() 3131 inputSections.push_back(isec); in init() 3220 InputSection *sec = inputSections[i]; in finalizeContents() 3496 for (InputSectionBase *s : ctx.inputSections) { in create() 3509 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in create() 3973 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in combineEhSections() 4664 ctx.inputSections.push_back(sec); in createSyntheticSections() [all …]
|
| H A D | Driver.cpp | 102 inputSections.clear(); in reset() 2351 ctx.inputSections.push_back(bss); in replaceCommonSymbols() 3047 ctx.inputSections.push_back(s); in link() 3052 ctx.inputSections.push_back(cast<InputSection>(s)); in link() 3058 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link() 3068 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link() 3116 ctx.inputSections.push_back(createCommentSection()); in link()
|
| H A D | Config.h | 477 SmallVector<InputSectionBase *, 0> inputSections; member
|
| H A D | ICF.cpp | 488 for (InputSectionBase *sec : ctx.inputSections) { in run()
|
| H A D | SyntheticSections.h | 890 SmallVector<InputSection *, 0> inputSections; variable
|
| /src/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 | InputSection.cpp | 39 std::vector<ConcatInputSection *> macho::inputSections; member in macho 65 inputSections.push_back(isec); in addInputSection()
|
| H A D | InputSection.h | 305 extern std::vector<ConcatInputSection *> inputSections;
|
| H A D | Writer.cpp | 678 for (size_t i = 0; i < inputSections.size(); ++i) { in scanRelocations() 679 ConcatInputSection *isec = inputSections[i]; in scanRelocations() 1017 for (ConcatInputSection *isec : inputSections) { in createOutputSections()
|
| H A D | SymbolTable.cpp | 385 inputSections.push_back(isec); in handleSectionBoundarySymbol()
|
| H A D | ObjC.cpp | 340 for (const InputSection *isec : inputSections) { in checkCategories() 1370 ObjcCategoryMerger merger(inputSections); in mergeCategories()
|
| H A D | Driver.cpp | 1478 inputSections.clear(); in link()
|
| H A D | SyntheticSections.cpp | 830 for (ConcatInputSection *isec : inputSections) { in initialize()
|
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 1311 llvm::find_if(ctx.inputSections, in mergeRISCVAttributesSections() 1313 ctx.inputSections.begin(); in mergeRISCVAttributesSections() 1314 if (place == ctx.inputSections.size()) in mergeRISCVAttributesSections() 1319 llvm::erase_if(ctx.inputSections, [&](InputSectionBase *s) { in mergeRISCVAttributesSections() 1327 ctx.inputSections.insert(ctx.inputSections.begin() + place, in mergeRISCVAttributesSections()
|
| H A D | PPC64.cpp | 293 ctx.inputSections.push_back(sec); in writeSequence()
|