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()
1479 for (BaseCommand *b : sec->sectionCommands) in sortSection()
1506 assert(sec->sectionCommands.size() == 1); in sortSection()
1507 auto *isd = cast<InputSectionDescription>(sec->sectionCommands[0]); in sortSection()
1523 for (BaseCommand *base : script->sectionCommands) in sortInputSections()
1539 for (BaseCommand *base : script->sectionCommands) { in sortSections()
1557 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1558 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
1608 auto i = script->sectionCommands.begin(); in sortSections()
1609 auto e = script->sectionCommands.end(); 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()