Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp33 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize()
136 return DataSectionLarge; in SelectSectionForGlobal()
H A DXCoreTargetObjectFile.h21 MCSection *DataSectionLarge; variable