Home
last modified time | relevance | path

Searched refs:DataRelROSection (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
129 : DataRelROSection; in SelectSectionForGlobal()
132 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h152 MCSection *DataRelROSection; variable
278 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp432 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp367 return DataRelROSection; in getSectionForConstant()