HomeSort by relevance Sort by last modified time
    Searched refs:DataRelROLocalSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 146 const MCSection *DataRelROLocalSection;
277 return DataRelROLocalSection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 321 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
341 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 353 DataRelROLocalSection =

Completed in 75 milliseconds