Searched defs:RelrSection (Results 1 – 2 of 2) sorted by relevance
638 struct RelrSection : Section { struct641 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument643 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()647 static bool classof(const Chunk *S) { in classof()
2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() function in RelrSection