Lines Matching refs:BaseCommand
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()
887 static bool compareSections(const BaseCommand *ACmd, const BaseCommand *BCmd) { in compareSections()
1037 static int getRankProximity(OutputSection *A, BaseCommand *B) { in getRankProximity()
1057 static bool shouldSkip(BaseCommand *Cmd) { in shouldSkip()
1067 static std::vector<BaseCommand *>::iterator
1068 findOrphanPos(std::vector<BaseCommand *>::iterator B, in findOrphanPos()
1069 std::vector<BaseCommand *>::iterator E) { in findOrphanPos()
1073 auto I = std::max_element(B, E, [=](BaseCommand *A, BaseCommand *B) { in findOrphanPos()
1090 auto IsOutputSec = [](BaseCommand *Cmd) { return isa<OutputSection>(Cmd); }; in findOrphanPos()
1262 for (BaseCommand *B : Sec->SectionCommands) in sortSection()
1272 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections()
1287 for (BaseCommand *Base : Script->SectionCommands) { in sortSections()
1303 auto IsSection = [](BaseCommand *Base) { return isa<OutputSection>(Base); }; in sortSections()
1352 auto NonScriptI = std::find_if(I, E, [](BaseCommand *Base) { in sortSections()
1366 std::find_if(I, E, [](BaseCommand *Cmd) { return !shouldSkip(Cmd); }); in sortSections()
1379 auto End = std::find_if(NonScriptI + 1, E, [=](BaseCommand *Cmd) { 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()