Searched refs:SectionELF (Results 1 – 3 of 3) sorted by relevance
58 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType() local59 assert(SectionELF && "Null section for reloc symbol"); in getRelocType()61 unsigned Flags = SectionELF->getFlags(); in getRelocType()
103 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in changeSection() local104 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()107 if (SectionELF->getFlags() & ELF::SHF_GNU_RETAIN) in changeSection()
1350 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl() local1351 assert(SectionELF && "Null section for Function Label"); in beginFunctionImpl()1352 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()