Lines Matching refs:BaseCommand

219 getSymbolAssignmentValues(const std::vector<BaseCommand *> &sectionCommands) {  in getSymbolAssignmentValues()
221 for (BaseCommand *base : sectionCommands) { in getSymbolAssignmentValues()
228 for (BaseCommand *sub_base : cast<OutputSection>(base)->sectionCommands) in getSymbolAssignmentValues()
259 auto from = llvm::find_if(sectionCommands, [&](BaseCommand *base) { in processInsertCommands()
269 auto insertPos = llvm::find_if(sectionCommands, [&cmd](BaseCommand *base) { in processInsertCommands()
290 for (BaseCommand *base : sectionCommands) { in declareSymbols()
303 for (BaseCommand *base2 : sec->sectionCommands) in declareSymbols()
531 for (BaseCommand *base : outCmd.sectionCommands) in discardSynthetic()
545 for (BaseCommand *base : outCmd.sectionCommands) { in createInputSectionList()
608 for (BaseCommand *&base : sectionCommands) in processSectionCommands()
642 for (BaseCommand *base : sectionCommands) { in processSymbolAssignments()
646 for (BaseCommand *sub_base : cast<OutputSection>(base)->sectionCommands) in processSymbolAssignments()
654 static OutputSection *findByName(ArrayRef<BaseCommand *> vec, in findByName()
656 for (BaseCommand *base : vec) in findByName()
984 for (BaseCommand *base : sec->sectionCommands) { in assignOffsets()
1035 for (BaseCommand *base : sec.sectionCommands) { in isDiscardable()
1084 for (BaseCommand *&cmd : sectionCommands) { in adjustSectionsBeforeSorting()
1130 llvm::erase_if(sectionCommands, [&](BaseCommand *base) { return !base; }); in adjustSectionsBeforeSorting()
1135 for (BaseCommand *base : sectionCommands) { in adjustSectionsAfterSorting()
1162 for (BaseCommand *base : sectionCommands) in adjustSectionsAfterSorting()
1252 for (BaseCommand *base : sectionCommands) { in assignAddresses()