Lines Matching refs:InputSection
88 void OutputSection::addSection(InputSection *IS) { in addSection()
141 static void sortByOrder(MutableArrayRef<InputSection *> In, in sortByOrder()
143 typedef std::pair<int, InputSection *> Pair; in sortByOrder()
147 for (InputSection *S : In) in sortByOrder()
239 std::vector<InputSection *> Sections = getInputSections(this); in writeTo()
246 InputSection *IS = Sections[I]; in writeTo()
270 InputSection *Section) { in finalizeShtGroup()
290 std::vector<InputSection *> V = getInputSections(this); in finalize()
291 InputSection *First = V.empty() ? nullptr : V[0]; in finalize()
352 static bool compCtors(const InputSection *A, const InputSection *B) { in compCtors()
392 std::vector<InputSection *> elf::getInputSections(OutputSection *OS) { in getInputSections()
393 std::vector<InputSection *> Ret; in getInputSections()