Lines Matching refs:SectionCommand
274 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues()
276 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
283 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()
580 for (SectionCommand *cmd : outCmd.commands) in discardSynthetic()
591 for (SectionCommand *cmd : outCmd.commands) { in createInputSectionList()
657 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
692 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments()
696 for (SectionCommand *subCmd : cast<OutputDesc>(cmd)->osec.commands) in processSymbolAssignments()
704 static OutputSection *findByName(ArrayRef<SectionCommand *> vec, in findByName()
706 for (SectionCommand *cmd : vec) in findByName()
1040 for (SectionCommand *cmd : sec->commands) { in assignOffsets()
1101 for (SectionCommand *cmd : sec.commands) { in isDiscardable()
1155 for (SectionCommand *&cmd : sectionCommands) { in adjustOutputSections()
1203 llvm::erase_if(sectionCommands, [&](SectionCommand *cmd) { return !cmd; }); in adjustOutputSections()
1209 for (SectionCommand *cmd : sectionCommands) { in adjustSectionsAfterSorting()
1237 for (SectionCommand *cmd : sectionCommands) in adjustSectionsAfterSorting()
1327 for (SectionCommand *cmd : sectionCommands) { in assignAddresses()