Searched defs:GnuHashSection (Results 1 – 1 of 1) sorted by relevance
457 struct GnuHashSection : Section { struct463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument465 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()472 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()