Searched refs:SectionELF (Results 1 – 3 of 3) sorted by relevance
62 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType() local63 assert(SectionELF && "Null section for reloc symbol"); in getRelocType()66 unsigned Flags = SectionELF->getFlags(); in getRelocType()
679 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl() local680 assert(SectionELF && "Null section for Function Label"); in beginFunctionImpl()681 SecNameOff = addString(SectionELF->getSectionName()); in beginFunctionImpl()
155 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in ChangeSection() local156 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection()