Lines Matching refs:sectionCommands
103 if (sectionCommands.empty() || in recordSection()
104 !isa<InputSectionDescription>(sectionCommands.back())) in recordSection()
105 sectionCommands.push_back(make<InputSectionDescription>("")); in recordSection()
106 auto *isd = cast<InputSectionDescription>(sectionCommands.back()); in recordSection()
169 for (BaseCommand *base : sectionCommands) { in finalizeInputSections()
246 for (BaseCommand *b : sectionCommands) in sort()
370 for (BaseCommand *base : sectionCommands) in writeTo()
484 assert(sectionCommands.size() == 1); in sortCtorsDtors()
485 auto *isd = cast<InputSectionDescription>(sectionCommands[0]); in sortCtorsDtors()
504 for (BaseCommand *base : os->sectionCommands) in getFirstInputSection()
513 for (BaseCommand *base : os->sectionCommands) in getInputSections()