Searched defs:NoteSection (Results 1 – 2 of 2) sorted by relevance
422 struct NoteSection : Section { struct425 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function427 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()431 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof()
79 MCSection *const NoteSection = in emitNoteGnuPropertySection() local