Searched defs:GnuHashSection (Results 1 – 2 of 2) sorted by relevance
304 struct GnuHashSection : Section { struct312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument314 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
363 struct GnuHashSection : Section { struct369 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument371 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()378 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()