Home
last modified time | relevance | path

Searched refs:SectionECKind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h60 SectionECKind, enumerator
244 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()