Home
last modified time | relevance | path

Searched defs:NoteSection (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h379 struct NoteSection : Section { struct
382 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
384 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
388 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof()