Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h263 struct NoteSection : Section { struct
268 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function
270 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h313 struct NoteSection : Section { struct
316 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function
318 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
322 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof()