Searched refs:DataRelROSection (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 35 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/ |
D | XCoreTargetObjectFile.cpp | 36 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/ |
D | XCoreTargetObjectFile.cpp | 35 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/ |
D | MCObjectFileInfo.h | 158 MCSection *DataRelROSection; variable 289 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 177 MCSection *DataRelROSection = nullptr; variable 335 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 178 MCSection *DataRelROSection = nullptr; variable 344 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 370 return DataRelROSection; in getSectionForConstant()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 369 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 751 return DataRelROSection; in getSectionForConstant()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 902 return DataRelROSection; in getSectionForConstant()
|