Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h123 const MCSection *DataRelROLocalSection; variable
220 return DataRelROLocalSection; in getDataRelROLocalSection()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp64 DataRelROSection = DataRelROLocalSection = ReadOnlySection; in Initialize()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp291 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in SelectSectionForGlobal()
311 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp296 DataRelROLocalSection = in InitELFMCObjectFileInfo()