Lines Matching refs:BaseCommand
336 for (BaseCommand *base : script->sectionCommands) in findSection()
796 for (BaseCommand *base : script->sectionCommands) { in addSectionSymbols()
800 auto i = llvm::find_if(sec->sectionCommands, [](BaseCommand *base) { in addSectionSymbols()
1062 static bool compareSections(const BaseCommand *aCmd, const BaseCommand *bCmd) { in compareSections()
1219 static int getRankProximity(OutputSection *a, BaseCommand *b) { in getRankProximity()
1238 static bool shouldSkip(BaseCommand *cmd) { in shouldSkip()
1247 static std::vector<BaseCommand *>::iterator
1248 findOrphanPos(std::vector<BaseCommand *>::iterator b, in findOrphanPos()
1249 std::vector<BaseCommand *>::iterator e) { in findOrphanPos()
1253 auto i = std::max_element(b, e, [=](BaseCommand *a, BaseCommand *b) { in findOrphanPos()
1270 auto isOutputSecWithInputSections = [](BaseCommand *cmd) { in findOrphanPos()
1479 for (BaseCommand *b : sec->sectionCommands) in sortSection()
1523 for (BaseCommand *base : script->sectionCommands) in sortInputSections()
1539 for (BaseCommand *base : script->sectionCommands) { in sortSections()
1555 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; in sortSections()
1610 auto nonScriptI = std::find_if(i, e, [](BaseCommand *base) { in sortSections()
1624 std::find_if(i, e, [](BaseCommand *cmd) { return !shouldSkip(cmd); }); in sortSections()
1637 auto end = std::find_if(nonScriptI + 1, e, [=](BaseCommand *cmd) { in sortSections()
1678 for (BaseCommand *base : sec->sectionCommands) { in resolveShfLinkOrder()
1782 for (BaseCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()
1912 for (BaseCommand *b : os->sectionCommands) in removeUnusedSyntheticSections()
1943 for (BaseCommand *base : script->sectionCommands) in finalizeSections()
2097 for (BaseCommand *base : script->sectionCommands) in finalizeSections()