Searched defs:RelocationSection (Results 1 – 3 of 3) sorted by relevance
139 struct RelocationSection : Section { struct141 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument142 static bool classof(const Section *S) { in classof()
170 struct RelocationSection : Section { struct173 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument175 static bool classof(const Section *S) { in classof()
37 class RelocationSection; variable