Lines Matching refs:sectionCommands
273 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument
275 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
313 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
317 if (from == sectionCommands.end()) in processInsertCommands()
320 sectionCommands.erase(from); in processInsertCommands()
324 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
328 if (insertPos == sectionCommands.end()) { in processInsertCommands()
334 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
345 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
656 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
673 sectionCommands.push_back(osd); in processSectionCommands()
691 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
834 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections()
872 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()
874 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections()
1141 for (SectionCommand *&cmd : sectionCommands) { in adjustOutputSections()
1189 llvm::erase_if(sectionCommands, [&](SectionCommand *cmd) { return !cmd; }); in adjustOutputSections()
1195 for (SectionCommand *cmd : sectionCommands) { in adjustSectionsAfterSorting()
1223 for (SectionCommand *cmd : sectionCommands) in adjustSectionsAfterSorting()
1312 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses()
1313 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()