Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DOutputSections.cpp218 for (InputChunk *s : inputSections) { in finalizeInputSections()
239 inputSections = newSections; in finalizeInputSections()
250 for (InputChunk *section : inputSections) { in finalizeContents()
261 " size=" + Twine(getSize()) + " chunks=" + Twine(inputSections.size())); in writeTo()
273 for (const InputChunk *section : inputSections) in writeTo()
279 for (const InputChunk *inputSect : inputSections) in getNumRelocations()
285 for (const InputChunk *s : inputSections) in writeRelocations()
H A DOutputSections.h111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection() argument
113 inputSections(inputSections) {} in CustomSection()
130 std::vector<InputChunk *> inputSections; variable
/openbsd/gnu/llvm/lld/ELF/
H A DMarkLive.cpp245 for (InputSectionBase *sec : ctx.inputSections) { in run()
338 for (InputSectionBase *sec : ctx.inputSections) { in moveToMain()
364 for (InputSectionBase *sec : ctx.inputSections) in markLive()
379 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()
277 ctx.inputSections.push_back(sec); in createSyntheticSections()
281 auto add = [](SyntheticSection &sec) { ctx.inputSections.push_back(&sec); }; in createSyntheticSections()
325 ctx.inputSections.push_back(&sec); in createSyntheticSections()
1218 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle()
1810 llvm::find_if(llvm::reverse(ctx.inputSections), [](InputSectionBase *s) { in removeUnusedSyntheticSections()
1817 std::remove_if(start, ctx.inputSections.end(), [&](InputSectionBase *s) { in removeUnusedSyntheticSections()
1824 ctx.inputSections.erase(end, ctx.inputSections.end()); in removeUnusedSyntheticSections()
H A DTarget.cpp96 for (InputSectionBase *d : ctx.inputSections) { in getErrorPlace()
H A DLinkerScript.cpp593 isd->sectionBases = computeInputSections(isd, ctx.inputSections); in createInputSectionList()
851 for (InputSectionBase *isec : ctx.inputSections) { in addOrphanSections()
854 ctx.inputSections[n++] = isec; in addOrphanSections()
873 ctx.inputSections.resize(n); in addOrphanSections()
H A DDriver.cpp99 inputSections.clear(); in reset()
2075 ctx.inputSections.push_back(bss); in replaceCommonSymbols()
2773 ctx.inputSections.push_back(s); in link()
2778 ctx.inputSections.push_back(cast<InputSection>(s)); in link()
2784 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link()
2794 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in link()
2847 ctx.inputSections.push_back(createCommentSection()); in link()
H A DConfig.h429 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()
2857 for (InputSectionBase *s : ctx.inputSections) { in create()
2870 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in create()
3336 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in combineEhSections()
/openbsd/gnu/llvm/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.h295 extern std::vector<ConcatInputSection *> inputSections;
H A DInputSection.cpp39 std::vector<ConcatInputSection *> macho::inputSections; member in macho
H A DWriter.cpp669 for (size_t i = 0; i < inputSections.size(); ++i) { in scanRelocations()
670 ConcatInputSection *isec = inputSections[i]; in scanRelocations()
994 for (ConcatInputSection *isec : inputSections) { in createOutputSections()
H A DDriver.cpp592 inputSections.push_back(isec); in replaceCommonSymbols()
1208 inputSections.push_back(isec); in gatherInputSections()
1378 inputSections.clear(); in link()
H A DSymbolTable.cpp308 inputSections.push_back(isec); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp803 inputSections.push_back(in.imageLoaderCache); in setUp()
868 inputSections.push_back(in.objcSelrefs); in setUp()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp999 llvm::find_if(ctx.inputSections, in mergeRISCVAttributesSections()
1001 ctx.inputSections.begin(); in mergeRISCVAttributesSections()
1002 if (place == ctx.inputSections.size()) in mergeRISCVAttributesSections()
1007 llvm::erase_if(ctx.inputSections, [&](InputSectionBase *s) { in mergeRISCVAttributesSections()
1015 ctx.inputSections.insert(ctx.inputSections.begin() + place, in mergeRISCVAttributesSections()
H A DPPC64.cpp277 ctx.inputSections.push_back(sec); in writeSequence()