Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp249 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 DWriter.cpp126 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 DTarget.cpp100 for (InputSectionBase *d : ctx.inputSections) { in getErrorPlace()
H A DLinkerScript.cpp599 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 DDriver.cpp101 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 DConfig.h460 SmallVector<InputSectionBase *, 0> inputSections; member
H A DICF.cpp482 for (InputSectionBase *sec : ctx.inputSections) { in run()
H A DSyntheticSections.cpp110 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 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 DObjC.cpp304 for (const InputSection *isec : inputSections) { in checkCategories()
H A DInputSection.h304 extern std::vector<ConcatInputSection *> inputSections;
H A DWriter.cpp669 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 DInputSection.cpp39 std::vector<ConcatInputSection *> macho::inputSections; member in macho
H A DDriver.cpp615 inputSections.push_back(isec); in replaceCommonSymbols()
1237 inputSections.push_back(isec); in gatherInputSections()
1418 inputSections.clear(); in link()
H A DSymbolTable.cpp385 inputSections.push_back(isec); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp796 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 DRISCV.cpp1213 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 DPPC64.cpp293 ctx.inputSections.push_back(sec); in writeSequence()