Searched defs:RelocationSection (Results 1 – 4 of 4) sorted by relevance
172 struct RelocationSection : Section { struct175 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument177 static bool classof(const Section *S) { in classof()
72 OutputSection *RelocationSection = nullptr; variable
1539 RelocationSection<ELFT>::RelocationSection(StringRef Name, bool Sort) in RelocationSection() function in RelocationSection3205 template class elf::RelocationSection<ELF32LE>; member in elf3206 template class elf::RelocationSection<ELF32BE>; member in elf3207 template class elf::RelocationSection<ELF64LE>; member in elf3208 template class elf::RelocationSection<ELF64BE>; member in elf
40 class RelocationSection; variable