Searched defs:GnuHashSection (Results 1 – 6 of 6) 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()
431 struct GnuHashSection : Section { struct437 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument439 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()
457 struct GnuHashSection : Section { struct463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() function465 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()
445 struct GnuHashSection : Section { struct451 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument453 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()460 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()
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()