Searched defs:RelocationSection (Results 1 – 4 of 4) sorted by relevance
139 struct RelocationSection : Section { struct141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument142 static bool classof(const Section *S) { in classof()
433 struct RelocationSection : Section { struct437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument439 static bool classof(const Chunk *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()
39 class RelocationSection; variable787 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function