Searched defs:RelrSection (Results 1 – 2 of 2) sorted by relevance
444 struct RelrSection : Section { struct448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument450 static bool classof(const Chunk *S) { in classof()
612 struct RelrSection : Section { struct615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument617 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()621 static bool classof(const Chunk *S) { in classof()