Searched defs:VerneedSection (Results 1 – 2 of 2) sorted by relevance
330 struct VerneedSection : Section { struct335 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument337 static bool classof(const Chunk *S) { in classof()
394 struct VerneedSection : Section { struct398 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument400 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()404 static bool classof(const Chunk *S) { in classof()