Lines Matching refs:SectionCommand

273 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) {  in getSymbolAssignmentValues()
275 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
282 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in getSymbolAssignmentValues()
313 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
324 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
345 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
358 for (SectionCommand *cmd : sec.commands) in declareSymbols()
579 for (SectionCommand *cmd : outCmd.commands) in discardSynthetic()
590 for (SectionCommand *cmd : outCmd.commands) { in createInputSectionList()
656 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
691 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
695 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in processSymbolAssignments()
703 static OutputSection *findByName(ArrayRef<SectionCommand *> vec, in findByName()
705 for (SectionCommand *cmd : vec) in findByName()
1026 for (SectionCommand *cmd : sec->commands) { in assignOffsets()
1087 for (SectionCommand *cmd : sec.commands) { in isDiscardable()
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()
1313 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()