Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp62 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType() local
63 assert(SectionELF && "Null section for reloc symbol"); in getRelocType()
66 unsigned Flags = SectionELF->getFlags(); in getRelocType()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp679 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl() local
680 assert(SectionELF && "Null section for Function Label"); in beginFunctionImpl()
681 SecNameOff = addString(SectionELF->getSectionName()); in beginFunctionImpl()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp155 auto *SectionELF = static_cast<const MCSectionELF *>(Section); in ChangeSection() local
156 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection()