Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp39 DataRelROSectionLarge = Ctx.getELFSection( in Initialize()
134 : DataRelROSectionLarge; in SelectSectionForGlobal()
137 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
DXCoreTargetObjectFile.h23 const MCSection *DataRelROSectionLarge; variable