Lines Matching refs:SectionCommands
263 for (BaseCommand *Base : Script->SectionCommands) in findSection()
624 for (BaseCommand *Base : Script->SectionCommands) { in addSectionSymbols()
628 auto I = llvm::find_if(Sec->SectionCommands, [](BaseCommand *Base) { in addSectionSymbols()
633 if (I == Sec->SectionCommands.end()) in addSectionSymbols()
1262 for (BaseCommand *B : Sec->SectionCommands) in sortSection()
1272 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections()
1287 for (BaseCommand *Base : Script->SectionCommands) { in sortSections()
1305 llvm::find_if(Script->SectionCommands, IsSection), in sortSections()
1306 llvm::find_if(llvm::reverse(Script->SectionCommands), IsSection).base(), in sortSections()
1350 auto I = Script->SectionCommands.begin(); in sortSections()
1351 auto E = Script->SectionCommands.end(); in sortSections()
1461 for (BaseCommand *Base : Sec->SectionCommands) { in resolveShfLinkOrder()
1506 for (BaseCommand *Base : Sec->SectionCommands) in resolveShfLinkOrder()
1583 for (BaseCommand *B : OS->SectionCommands) in removeUnusedSyntheticSections()
1632 for (BaseCommand *Base : Script->SectionCommands) in finalizeSections()
1726 for (BaseCommand *Base : Script->SectionCommands) in finalizeSections()