Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
125 : DataRelROSection; in SelectSectionForGlobal()
129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
125 : DataRelROSection; in SelectSectionForGlobal()
129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h158 MCSection *DataRelROSection; variable
289 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h177 MCSection *DataRelROSection = nullptr; variable
335 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h178 MCSection *DataRelROSection = nullptr; variable
344 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp370 return DataRelROSection; in getSectionForConstant()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp369 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp751 return DataRelROSection; in getSectionForConstant()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp902 return DataRelROSection; in getSectionForConstant()