Lines Matching refs:SectionCommands
224 for (BaseCommand *Base : SectionCommands) { in processInsertCommands()
240 SectionCommands = std::move(V); in processInsertCommands()
248 for (BaseCommand *Base : SectionCommands) { in declareSymbols()
261 for (BaseCommand *Base2 : Sec->SectionCommands) in declareSymbols()
439 for (BaseCommand *Base : OutCmd.SectionCommands) { in createInputSectionList()
471 for (BaseCommand *Base : SectionCommands) { in processSectionCommands()
485 Sec->SectionCommands.clear(); in processSectionCommands()
499 Sec->SectionCommands.clear(); in processSectionCommands()
505 for (BaseCommand *Base : Sec->SectionCommands) in processSectionCommands()
640 unsigned End = SectionCommands.size(); in addOrphanSections()
656 findByName(makeArrayRef(SectionCommands).slice(0, End), Name)) { in addOrphanSections()
683 SectionCommands.insert(SectionCommands.end(), V.begin(), V.end()); in addOrphanSections()
685 SectionCommands.insert(SectionCommands.begin(), V.begin(), V.end()); in addOrphanSections()
799 for (BaseCommand *Base : Sec->SectionCommands) { in assignOffsets()
836 for (BaseCommand *Base : Sec.SectionCommands) { in isDiscardable()
872 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting()
906 llvm::erase_if(SectionCommands, [&](BaseCommand *Base) { return !Base; }); in adjustSectionsBeforeSorting()
911 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting()
938 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting()
1043 for (BaseCommand *Base : SectionCommands) { in assignAddresses()