Searched refs:RawContent (Results 1 – 1 of 1) sorted by relevance
81 enum class SectionKind { Group, RawContent, Relocation }; enumerator96 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection()98 return S->Kind == SectionKind::RawContent; in classof()