Lines Matching refs:BinarySection
102 bool isSupported(const BinarySection &BS) { return BS.isData() && !BS.isTLS(); } in isSupported()
139 void ReorderData::printOrder(const BinarySection &Section, in printOrder()
164 const BinarySection &Section) const { in baseOrder()
233 ReorderData::sortedByFunc(BinaryContext &BC, const BinarySection &Section, in sortedByFunc()
306 const BinarySection &Section) const { in sortedByCount()
336 BinarySection &OutputSection, in setSectionOrder()
407 BinarySection &Section) const { in markUnmoveableSymbols()
456 std::vector<BinarySection *> Sections; in runOnFunctions()
461 if (ErrorOr<BinarySection &> Section = in runOnFunctions()
467 ErrorOr<BinarySection &> Section = BC.getUniqueSectionByName(SectionName); in runOnFunctions()
482 for (BinarySection *Section : Sections) { in runOnFunctions()
508 BinarySection &Cold = BC.registerSection( in runOnFunctions()