Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp59 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType() local
60 assert(SectionELF && "Null section for reloc symbol"); in getRelocType()
62 unsigned Flags = SectionELF->getFlags(); in getRelocType()
/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp109 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in changeSection()
110 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
113 if (SectionELF->getFlags() & ELF::SHF_GNU_RETAIN) in changeSection()
118 auto *SectionELF = static_cast<const MCSectionELF *>(Section); changeSection() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1244 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in endFunctionImpl()
1245 assert(SectionELF && "Null section for Function Label");
1246 SecNameOff = addString(SectionELF->getName());
1231 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); beginFunctionImpl() local