Searched defs:RelocationSection (Results 1 – 8 of 8) sorted by relevance
139 struct RelocationSection : Section { struct141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument142 static bool classof(const Section *S) { in classof()
597 struct RelocationSection : Section { struct601 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument603 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()607 static bool classof(const Chunk *S) { in classof()
433 struct RelocationSection : Section { struct437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument439 static bool classof(const Chunk *S) { in classof()
623 struct RelocationSection : Section { struct627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()633 static bool classof(const Chunk *S) { in classof()
611 struct RelocationSection : Section { struct615 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument617 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()621 static bool classof(const Chunk *S) { in classof()
623 struct RelocationSection : Section { struct627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()633 static bool classof(const Chunk *S) { in classof()
39 class RelocationSection; variable787 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function