Lines Matching refs:SectionBase
62 class SectionBase {
99 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
113 constexpr SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase() function
140 class InputSectionBase : public SectionBase {
151 static bool classof(const SectionBase *s) { return s->kind() != Output; } in classof()
162 SectionBase *parent = nullptr;
323 static bool classof(const SectionBase *s) { return s->kind() == Merge; } in classof()
381 static bool classof(const SectionBase *s) { return s->kind() == EHFrame; } in classof()
405 static bool classof(const SectionBase *s) { in classof()
406 return s->kind() == SectionBase::Regular || in classof()
407 s->kind() == SectionBase::Synthetic || in classof()
408 s->kind() == SectionBase::Spill; in classof()
466 static bool classof(const SectionBase *sec) { in classof()
489 static bool classof(const SectionBase *sec) { in classof()