Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
130 : DataRelROSection; in SelectSectionForGlobal()
134 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h156 MCSection *DataRelROSection; variable
284 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp453 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp360 return DataRelROSection; in getSectionForConstant()