Home
last modified time | relevance | path

Searched refs:SectionELF (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DMCELFStreamer.cpp144 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in ChangeSection() local
145 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection()
153 Begin = Ctx.getOrCreateSectionSymbol(*SectionELF); in ChangeSection()