Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp58 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in getRelocType() local
59 assert(SectionELF && "Null section for reloc symbol"); in getRelocType()
61 unsigned Flags = SectionELF->getFlags(); in getRelocType()
/netbsd-src/external/apache2/llvm/dist/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()
159 if (SectionELF->getFlags() & ELF::SHF_GNU_RETAIN) in changeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp977 const MCSectionELF *SectionELF = dyn_cast<MCSectionELF>(&Section); in beginFunctionImpl() local
978 assert(SectionELF && "Null section for Function Label"); in beginFunctionImpl()
979 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()