Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
125 : DataRelROSection; in SelectSectionForGlobal()
129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h183 MCSection *DataRelROSection = nullptr; variable
372 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp407 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1020 return DataRelROSection; in getSectionForConstant()