Lines Matching refs:BaseCommand
218 std::vector<BaseCommand *> V; in processInsertCommands()
219 auto Insert = [&](std::vector<BaseCommand *> &From) { in processInsertCommands()
224 for (BaseCommand *Base : SectionCommands) { in processInsertCommands()
235 for (const std::pair<StringRef, std::vector<BaseCommand *>> &P : Cmds) in processInsertCommands()
248 for (BaseCommand *Base : SectionCommands) { in declareSymbols()
261 for (BaseCommand *Base2 : Sec->SectionCommands) in declareSymbols()
439 for (BaseCommand *Base : OutCmd.SectionCommands) { in createInputSectionList()
471 for (BaseCommand *Base : SectionCommands) { in processSectionCommands()
505 for (BaseCommand *Base : Sec->SectionCommands) in processSectionCommands()
532 static OutputSection *findByName(ArrayRef<BaseCommand *> Vec, in findByName()
534 for (BaseCommand *Base : Vec) in findByName()
799 for (BaseCommand *Base : Sec->SectionCommands) { in assignOffsets()
836 for (BaseCommand *Base : Sec.SectionCommands) { in isDiscardable()
872 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting()
906 llvm::erase_if(SectionCommands, [&](BaseCommand *Base) { return !Base; }); in adjustSectionsBeforeSorting()
911 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting()
938 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting()
1043 for (BaseCommand *Base : SectionCommands) { in assignAddresses()