Home
last modified time | relevance | path

Searched refs:inputSections (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp256 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 DTarget.cpp101 for (InputSectionBase *d : ctx.inputSections) { in getErrorPlace()
H A DWriter.cpp122 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 DLinkerScript.cpp644 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 DSyntheticSections.cpp114 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 DDriver.cpp102 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 DConfig.h477 SmallVector<InputSectionBase *, 0> inputSections; member
H A DICF.cpp488 for (InputSectionBase *sec : ctx.inputSections) { in run()
H A DSyntheticSections.h890 SmallVector<InputSection *, 0> inputSections; variable
/src/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp171 for (ConcatInputSection *isec : inputSections) { in markTransitively()
261 for (ConcatInputSection *isec : inputSections) { in markLive()
H A DICF.cpp415 uint64_t icfUniqueID = inputSections.size(); in foldIdenticalSections()
416 for (ConcatInputSection *isec : inputSections) { in foldIdenticalSections()
H A DInputSection.cpp39 std::vector<ConcatInputSection *> macho::inputSections; member in macho
65 inputSections.push_back(isec); in addInputSection()
H A DInputSection.h305 extern std::vector<ConcatInputSection *> inputSections;
H A DWriter.cpp678 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 DSymbolTable.cpp385 inputSections.push_back(isec); in handleSectionBoundarySymbol()
H A DObjC.cpp340 for (const InputSection *isec : inputSections) { in checkCategories()
1370 ObjcCategoryMerger merger(inputSections); in mergeCategories()
H A DDriver.cpp1478 inputSections.clear(); in link()
H A DSyntheticSections.cpp830 for (ConcatInputSection *isec : inputSections) { in initialize()
/src/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1311 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 DPPC64.cpp293 ctx.inputSections.push_back(sec); in writeSequence()