Lines Matching defs:SectionBase
60 class SectionBase {
103 return const_cast<SectionBase *>(this)->getOutputSection();
117 constexpr SectionBase(Kind sectionKind, InputFile *file, StringRef name,
144 class InputSectionBase : public SectionBase {
165 static bool classof(const SectionBase *s) {
192 SectionBase *parent = nullptr;
341 static bool classof(const SectionBase *s) { return s->kind() == Merge; }
399 static bool classof(const SectionBase *s) { return s->kind() == EHFrame; }
424 static bool classof(const SectionBase *s) {
425 return s->kind() == SectionBase::Regular ||
426 s->kind() == SectionBase::Synthetic ||
427 s->kind() == SectionBase::Spill;
485 static bool classof(const SectionBase *sec) {
512 static bool classof(const SectionBase *sec) {