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

References

tools/lld/ELF/InputSection.cpp
  174   case Synthetic:
  374          s->kind() == SectionBase::Synthetic;
tools/lld/ELF/SyntheticSections.cpp
 3350   return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX;
tools/lld/ELF/SyntheticSections.h
   43                      InputSectionBase::Synthetic) {
   57     return d->kind() == InputSectionBase::Synthetic;