Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp38 DataRelROSectionLarge = Ctx.getELFSection( in Initialize()
132 : DataRelROSectionLarge; in SelectSectionForGlobal()
136 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
H A DXCoreTargetObjectFile.h22 MCSection *DataRelROSectionLarge; variable