reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Relocations.cpp
  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);