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

References

tools/lld/ELF/ICF.cpp
  162   if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC))
  162   if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC))
  162   if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC))
  167   if ((s->flags & SHF_WRITE) && s->name != ".data.rel.ro" &&
  167   if ((s->flags & SHF_WRITE) && s->name != ".data.rel.ro" &&
  168       !s->name.startswith(".data.rel.ro."))
  173   if (s->flags & SHF_LINK_ORDER)
  179   if (isa<SyntheticSection>(s))
  184   if (s->name == ".init" || s->name == ".fini")
  184   if (s->name == ".init" || s->name == ".fini")
  190   if (isValidCIdentifier(s->name))