Searched refs:SectionECKind (Results 1 – 1 of 1) sorted by relevance
60 SectionECKind, enumerator244 static bool classof(const Chunk *c) { return c->kind() <= SectionECKind; } in classof()408 static bool classof(const Chunk *c) { return c->kind() == SectionECKind; } in classof()411 : SectionChunk(file, header, SectionECKind) {} in SectionChunkEC()