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

References

tools/lld/ELF/Writer.cpp
  181     if (!s->isLive() || s->partition == 255)
  181     if (!s->isLive() || s->partition == 255)
  184     Partition &part = s->getPartition();
  185     if (auto *es = dyn_cast<EhInputSection>(s)) {
  187       s = nullptr;
  188     } else if (s->kind() == SectionBase::Regular && part.armExidx &&
  189                part.armExidx->addSection(cast<InputSection>(s))) {
  190       s = nullptr;