Lines Matching refs:sectionCommands

271 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) {  in getSymbolAssignmentValues()  argument
273 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()
711 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
728 sectionCommands.push_back(osd); in processSectionCommands()
746 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
888 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections()
933 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()
935 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections()
966 OutputSection *sec = findByName(sectionCommands, ".gnu.sgstubs"); in diagnoseMissingSGSectionAddress()
1228 for (SectionCommand *&cmd : sectionCommands) { in adjustOutputSections()
1286 llvm::erase_if(sectionCommands, [&](SectionCommand *cmd) { return !cmd; }); in adjustOutputSections()
1292 for (SectionCommand *cmd : sectionCommands) { in adjustSectionsAfterSorting()
1320 for (SectionCommand *cmd : sectionCommands) in adjustSectionsAfterSorting()
1412 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses()
1413 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()
1444 for (SectionCommand *cmd : reverse(sectionCommands)) { in spillSections()