Lines Matching refs:sectionCommands
278 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument
280 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
318 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
322 if (from == sectionCommands.end()) in processInsertCommands()
325 sectionCommands.erase(from); in processInsertCommands()
329 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
333 if (insertPos == sectionCommands.end()) { in processInsertCommands()
339 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
350 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
663 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
680 sectionCommands.push_back(osd); in processSectionCommands()
698 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
841 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections()
886 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections()
888 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections()
918 OutputSection *sec = findByName(sectionCommands, ".gnu.sgstubs"); in diagnoseMissingSGSectionAddress()
1181 for (SectionCommand *&cmd : sectionCommands) { in adjustOutputSections()
1237 llvm::erase_if(sectionCommands, [&](SectionCommand *cmd) { return !cmd; }); in adjustOutputSections()
1243 for (SectionCommand *cmd : sectionCommands) { in adjustSectionsAfterSorting()
1271 for (SectionCommand *cmd : sectionCommands) in adjustSectionsAfterSorting()
1361 SymbolAssignmentMap oldValues = getSymbolAssignmentValues(sectionCommands); in assignAddresses()
1362 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()