Searched refs:SectionCommands (Results 1 – 10 of 10) sorted by relevance
224 for (BaseCommand *Base : SectionCommands) { in processInsertCommands()240 SectionCommands = std::move(V); in processInsertCommands()248 for (BaseCommand *Base : SectionCommands) { in declareSymbols()471 for (BaseCommand *Base : SectionCommands) { in processSectionCommands()485 Sec->SectionCommands.clear(); in processSectionCommands()499 Sec->SectionCommands.clear(); in processSectionCommands()640 unsigned End = SectionCommands.size(); in addOrphanSections()683 SectionCommands.insert(SectionCommands.end(), V.begin(), V.end()); in addOrphanSections()685 SectionCommands.insert(SectionCommands.begin(), V.begin(), V.end()); in addOrphanSections()872 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting()[all …]
133 if (SectionCommands.empty() || in addSection()134 !isa<InputSectionDescription>(SectionCommands.back())) in addSection()135 SectionCommands.push_back(make<InputSectionDescription>("")); in addSection()136 auto *ISD = cast<InputSectionDescription>(SectionCommands.back()); in addSection()167 for (BaseCommand *B : SectionCommands) in sort()263 for (BaseCommand *Base : SectionCommands) in writeTo()286 for (BaseCommand *Base : SectionCommands) in finalize()374 assert(SectionCommands.size() == 1); in sortCtorsDtors()375 auto *ISD = cast<InputSectionDescription>(SectionCommands[0]); in sortCtorsDtors()394 for (BaseCommand *Base : OS->SectionCommands) in getInputSections()
263 for (BaseCommand *Base : Script->SectionCommands) in findSection()624 for (BaseCommand *Base : Script->SectionCommands) { 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()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()[all …]
265 Script->SectionCommands.push_back(Cmd); in readLinkerScript()279 Script->SectionCommands.push_back(Cmd); in readDefsym()563 Script->SectionCommands.insert(Script->SectionCommands.end(), V.begin(), in readSections()798 Cmd->SectionCommands.push_back(readInputSectionRules(next())); in readOverlaySectionDescription()833 Cmd->SectionCommands.push_back(Assign); in readOutputSectionDescription()835 Cmd->SectionCommands.push_back(Data); in readOutputSectionDescription()847 Cmd->SectionCommands.push_back(readInputSectionDescription(Tok)); in readOutputSectionDescription()854 Cmd->SectionCommands.push_back(ISD); in readOutputSectionDescription()
167 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile()182 for (BaseCommand *Base : OSec->SectionCommands) { in writeMapFile()
96 std::vector<BaseCommand *> SectionCommands; variable
285 std::vector<BaseCommand *> SectionCommands; variable
70 for (BaseCommand *Base : Script->SectionCommands) in getLinkerScriptLocation()1139 for (BaseCommand *BC : OS->SectionCommands) in forEachInputSectionDescription()1311 for (BaseCommand *BC : TOS->SectionCommands) { in getISThunkSec()
641 for (BaseCommand *BC : OS->SectionCommands) in createFixes()
855 for (BaseCommand *Cmd : OS->SectionCommands) { in build()2091 for (BaseCommand *Base : Script->SectionCommands) in empty()