reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
269 if (da->section->kind() != db->section->kind()) 269 if (da->section->kind() != db->section->kind())tools/lld/ELF/InputSection.cpp
167 switch (kind()) { 373 return s->kind() == SectionBase::Regular || 374 s->kind() == SectionBase::Synthetic;tools/lld/ELF/InputSection.h
115 static bool classof(const SectionBase *s) { return s->kind() != Output; } 241 static bool classof(const SectionBase *s) { return s->kind() == Merge; } 297 static bool classof(const SectionBase *s) { return s->kind() == EHFrame; }tools/lld/ELF/OutputSections.h
37 return s->kind() == SectionBase::Output;
tools/lld/ELF/SyntheticSections.cpp 3350 return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX;
tools/lld/ELF/SyntheticSections.h 57 return d->kind() == InputSectionBase::Synthetic;
tools/lld/ELF/Writer.cpp 188 } else if (s->kind() == SectionBase::Regular && part.armExidx &&