Searched defs:RelocationSection (Results 1 – 1 of 1) sorted by relevance
433 struct RelocationSection : Section { struct437 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function439 static bool classof(const Chunk *S) { in classof()