Home
last modified time | relevance | path

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

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