reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
573 if (osec->sectionCommands.empty() || 574 !isa<InputSectionDescription>(osec->sectionCommands.back())) 575 osec->sectionCommands.push_back(make<InputSectionDescription>("")); 576 auto *isd = cast<InputSectionDescription>(osec->sectionCommands.back()); 578 osec->commitSection(sec);