Lines Matching refs:sectionCommands

274 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) {  in getSymbolAssignmentValues()  argument
276 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
314 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
318 if (from == sectionCommands.end()) in processInsertCommands()
321 sectionCommands.erase(from); in processInsertCommands()
325 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
329 if (insertPos == sectionCommands.end()) { in processInsertCommands()
335 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
346 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
657 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
674 sectionCommands.push_back(osd); in processSectionCommands()
692 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
835 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections()
880 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()
882 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections()
1155 for (SectionCommand *&cmd : sectionCommands) { in adjustOutputSections()
1203 llvm::erase_if(sectionCommands, [&](SectionCommand *cmd) { return !cmd; }); in adjustOutputSections()
1209 for (SectionCommand *cmd : sectionCommands) { in adjustSectionsAfterSorting()
1237 for (SectionCommand *cmd : sectionCommands) in adjustSectionsAfterSorting()
1326 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses()
1327 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()