Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h304 struct GnuHashSection : Section { struct
312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
314 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h431 struct GnuHashSection : Section { struct
437 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
439 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
446 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()