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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 55 ReadOnlySection =
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 271 if (Kind.isReadOnly() && ReadOnlySection != 0)
272 return ReadOnlySection;
282 if (Kind.isReadOnly() && ReadOnlySection != 0)
283 return ReadOnlySection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 275 return ReadOnlySection; // .const
278 if (Kind.isReadOnly()) return ReadOnlySection;
309 return ReadOnlySection;
513 return ReadOnlySection;
547 return ReadOnlySection; // .const
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 64 /// ReadOnlySection - Section that is readonly and can contain arbitrary
68 const MCSection *ReadOnlySection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 88 ReadOnlySection // .const
290 ReadOnlySection =
412 ReadOnlySection =
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 2079 milliseconds