Searched defs:RelocationSection (Results 1 – 2 of 2) 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() function439 static bool classof(const Chunk *S) { in classof()