Searched defs:SymverSection (Results 1 – 2 of 2) sorted by relevance
388 struct SymverSection : Section { struct391 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument393 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Symver; } in classof()
478 struct SymverSection : Section { struct481 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument483 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()487 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Symver; } in classof()