Lines Matching refs:sectionCommands
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()
805 if (i == sec->sectionCommands.end()) in addSectionSymbols()
1462 for (BaseCommand *b : sec->sectionCommands) in sortSection()
1489 assert(sec->sectionCommands.size() == 1); in sortSection()
1490 auto *isd = cast<InputSectionDescription>(sec->sectionCommands[0]); in sortSection()
1506 for (BaseCommand *base : script->sectionCommands) in sortInputSections()
1522 for (BaseCommand *base : script->sectionCommands) { in sortSections()
1540 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1541 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
1591 auto i = script->sectionCommands.begin(); in sortSections()
1592 auto e = script->sectionCommands.end(); in sortSections()
1661 for (BaseCommand *base : sec->sectionCommands) { in resolveShfLinkOrder()
1765 for (BaseCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()
1888 for (BaseCommand *b : os->sectionCommands) in removeUnusedSyntheticSections()
1908 for (BaseCommand *base : script->sectionCommands) in finalizeSections()
2062 for (BaseCommand *base : script->sectionCommands) in finalizeSections()