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

References

tools/lld/ELF/InputSection.cpp
  168   case Output: {
tools/lld/ELF/InputSection.h
  115   static bool classof(const SectionBase *s) { return s->kind() != Output; }
tools/lld/ELF/OutputSections.cpp
   71       SectionBase(Output, name, flags, /*Entsize*/ 0, /*Alignment*/ 1, type,
tools/lld/ELF/OutputSections.h
   37     return s->kind() == SectionBase::Output;