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

Declarations

tools/lld/ELF/InputSection.h
  347   static InputSection discarded;

References

tools/lld/ELF/Driver.cpp
 1856       if (s && s != &InputSection::discarded)
tools/lld/ELF/InputFiles.cpp
  510     if (this->sections[i] == &InputSection::discarded)
  533       this->sections[i] = &InputSection::discarded;
  541       this->sections[i] = &InputSection::discarded;
  574         this->sections[secIndex] = &InputSection::discarded;
  591     if (this->sections[i] == &InputSection::discarded)
  774   if (target == &InputSection::discarded)
  810     return &InputSection::discarded;
  821       return &InputSection::discarded;
  828     return &InputSection::discarded;
  910     return &InputSection::discarded;
  923     return &InputSection::discarded;
  933       return &InputSection::discarded;
  936     return &InputSection::discarded;
  944     return &InputSection::discarded;
  954     return &InputSection::discarded;
  962     return &InputSection::discarded;
 1022       else if (sec == &InputSection::discarded)
 1053     if (sec == &InputSection::discarded) {
tools/lld/ELF/MarkLive.cpp
  185   if (sec == &InputSection::discarded)
tools/lld/ELF/Relocations.cpp
  655       file->getSections()[sym.discardedSecIdx] != &InputSection::discarded)
tools/lld/ELF/Symbols.cpp
   66     assert(isec != &InputSection::discarded);
tools/lld/ELF/SyntheticSections.cpp
 2580       if (!s || s == &InputSection::discarded || !s->isLive())