Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h404 struct VerdefSection : Section { struct
410 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
412 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h498 struct VerdefSection : Section { struct
503 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() function
505 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
509 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()