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

References

tools/lld/ELF/MarkLive.cpp
  185   if (sec == &InputSection::discarded)
  191   if (auto *ms = dyn_cast<MergeInputSection>(sec))
  197   if (sec->partition == 1 || sec->partition == partition)
  197   if (sec->partition == 1 || sec->partition == partition)
  199   sec->partition = sec->partition ? 1 : partition;
  199   sec->partition = sec->partition ? 1 : partition;
  202   if (InputSection *s = dyn_cast<InputSection>(sec))