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

/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h123 const MCSection *DataRelROLocalSection; member in class:llvm::MCObjectFileInfo
220 return DataRelROLocalSection;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp291 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
311 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp296 DataRelROLocalSection =

Completed in 101 milliseconds