| /llvm-project-15.0.7/lld/wasm/ |
| H A D | OutputSections.cpp | 219 for (InputChunk *s : inputSections) { in finalizeInputSections() 240 inputSections = newSections; in finalizeInputSections() 251 for (InputChunk *section : inputSections) { in finalizeContents() 262 " size=" + Twine(getSize()) + " chunks=" + Twine(inputSections.size())); in writeTo() 274 for (const InputChunk *section : inputSections) in writeTo() 280 for (const InputChunk *inputSect : inputSections) in getNumRelocations() 286 for (const InputChunk *s : inputSections) in writeRelocations()
|
| H A D | OutputSections.h | 111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection() argument 113 inputSections(inputSections) {} in CustomSection() 130 std::vector<InputChunk *> inputSections; variable
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | MarkLive.cpp | 247 for (InputSectionBase *sec : inputSections) { in run() 355 for (InputSectionBase *sec : inputSections) { in moveToMain() 381 for (InputSectionBase *sec : inputSections) in markLive() 396 for (InputSectionBase *sec : inputSections) in markLive()
|
| H A D | Writer.cpp | 125 for (InputSectionBase *s : inputSections) { in copySectionsIntoPartitions() 140 inputSections.insert(inputSections.end(), newSections.begin(), in copySectionsIntoPartitions() 146 for (InputSectionBase *&s : inputSections) { in combineEhSections() 162 llvm::erase_value(inputSections, nullptr); in combineEhSections() 296 inputSections.push_back(sec); in createSyntheticSections() 300 auto add = [](SyntheticSection &sec) { inputSections.push_back(&sec); }; in createSyntheticSections() 343 inputSections.push_back(&sec); in createSyntheticSections() 1226 SmallVector<InputSectionBase *, 0> matched, sections = inputSections; in maybeShuffle() 1817 auto start = std::find_if(inputSections.rbegin(), inputSections.rend(), in removeUnusedSyntheticSections() 1833 inputSections.erase(end, inputSections.end()); in removeUnusedSyntheticSections() [all …]
|
| H A D | Target.cpp | 96 for (InputSectionBase *d : inputSections) { in getErrorPlace()
|
| H A D | Driver.cpp | 98 inputSections.clear(); in link() 1987 inputSections.push_back(bss); in replaceCommonSymbols() 2659 inputSections.push_back(s); in link() 2662 inputSections.push_back(cast<InputSection>(s)); in link() 2668 llvm::erase_if(inputSections, [](InputSectionBase *s) { in link() 2678 llvm::erase_if(inputSections, [](InputSectionBase *s) { in link() 2735 inputSections.push_back(createCommentSection()); in link() 2781 llvm::erase_if(inputSections, [](InputSectionBase *s) { in link()
|
| H A D | InputSection.h | 403 extern SmallVector<InputSectionBase *, 0> inputSections;
|
| H A D | ICF.cpp | 480 for (InputSectionBase *sec : inputSections) { in run()
|
| H A D | LinkerScript.cpp | 592 isd->sectionBases = computeInputSections(isd, inputSections); in createInputSectionList() 849 for (InputSectionBase *isec : inputSections) { in addOrphanSections()
|
| H A D | SyntheticSections.cpp | 110 for (InputSectionBase *sec : inputSections) { in create() 177 for (InputSectionBase *sec : inputSections) in create() 234 for (InputSectionBase *sec : inputSections) in create() 2905 for (InputSectionBase *s : inputSections) { in create() 2918 llvm::erase_if(inputSections, [](InputSectionBase *s) { in create()
|
| H A D | InputSection.cpp | 36 SmallVector<InputSectionBase *, 0> elf::inputSections; member in elf
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | MarkLive.cpp | 183 for (ConcatInputSection *isec : inputSections) { in markTransitively() 273 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.h | 286 extern std::vector<ConcatInputSection *> inputSections;
|
| H A D | Writer.cpp | 645 for (size_t i = 0; i < inputSections.size(); ++i) { in scanRelocations() 646 ConcatInputSection *isec = inputSections[i]; in scanRelocations() 948 for (ConcatInputSection *isec : inputSections) { in createOutputSections()
|
| H A D | InputSection.cpp | 37 std::vector<ConcatInputSection *> macho::inputSections; member in macho
|
| H A D | SymbolTable.cpp | 302 inputSections.push_back(isec); in handleSectionBoundarySymbol()
|
| H A D | Driver.cpp | 565 inputSections.push_back(isec); in replaceCommonSymbols() 1099 inputSections.push_back(isec); in gatherInputSections() 1161 inputSections.clear(); in link()
|
| H A D | SyntheticSections.cpp | 706 inputSections.push_back(in.imageLoaderCache); in setup()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 236 inputSections.push_back(sec); in writeSequence()
|