Searched defs:NoteSection (Results 1 – 1 of 1) sorted by relevance
263 struct NoteSection : Section { struct268 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument270 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof()