/aosp_15_r20/external/llvm/lib/Target/XCore/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
H A 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()
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 158 MCSection *DataRelROSection; variable 289 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 177 MCSection *DataRelROSection = nullptr; variable 335 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 183 MCSection *DataRelROSection = nullptr; variable 369 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCObjectFileInfo.h | 183 MCSection *DataRelROSection = nullptr; variable 373 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCObjectFileInfo.h | 183 MCSection *DataRelROSection = nullptr; variable 372 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCObjectFileInfo.h | 183 MCSection *DataRelROSection = nullptr; variable 373 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCObjectFileInfo.h | 183 MCSection *DataRelROSection = nullptr; variable 373 MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 370 return DataRelROSection; in getSectionForConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 398 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 751 return DataRelROSection; in getSectionForConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1031 return DataRelROSection; in getSectionForConstant()
|