Lines Matching refs:InputSection
110 void OutputSection::commitSection(InputSection *isec) { in commitSection()
191 isd->sections.push_back(cast<InputSection>(s)); in finalizeInputSections()
230 for (InputSection *s : isd->sections) in finalizeInputSections()
237 static void sortByOrder(MutableArrayRef<InputSection *> in, in sortByOrder()
239 std::vector<std::pair<int, InputSection *>> v; in sortByOrder()
240 for (InputSection *s : in) in sortByOrder()
422 SmallVector<InputSection *, 0> storage; in writeTo()
423 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo()
430 InputSection *isec = sections[i]; in writeTo()
459 static void finalizeShtGroup(OutputSection *os, InputSection *section) { in finalizeShtGroup()
483 InputSection *first = getFirstInputSection(this); in finalize()
553 static bool compCtors(const InputSection *a, const InputSection *b) { in compCtors()
588 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection()
596 ArrayRef<InputSection *>
598 SmallVector<InputSection *, 0> &storage) { in getInputSections() argument
599 ArrayRef<InputSection *> ret; in getInputSections()
638 SmallVector<InputSection *, 0> storage; in checkDynRelAddends()
639 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends()