Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
126 : DataRelROSection; in SelectSectionForGlobal()
130 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h173 MCSection *DataRelROSection; variable
322 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp356 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp725 return DataRelROSection; in getSectionForConstant()