Lines Matching refs:SectionCommand
271 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues()
273 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
280 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in getSymbolAssignmentValues()
314 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
325 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
346 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
359 for (SectionCommand *cmd : sec.commands) in declareSymbols()
631 for (SectionCommand *cmd : outCmd.commands) in discardSynthetic()
642 for (SectionCommand *cmd : outCmd.commands) { in createInputSectionList()
711 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
746 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
750 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in processSymbolAssignments()
758 static OutputSection *findByName(ArrayRef<SectionCommand *> vec, in findByName()
760 for (SectionCommand *cmd : vec) in findByName()
982 llvm::any_of(sec->commands, [](SectionCommand *comm) { in findMemoryRegion()
1105 for (SectionCommand *cmd : sec->commands) { in assignOffsets()
1176 for (SectionCommand *cmd : sec.commands) { in isDiscardable()
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()
1413 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()
1444 for (SectionCommand *cmd : reverse(sectionCommands)) { in spillSections()
1456 for (SectionCommand *cmd : reverse(osec->commands)) { in spillSections()