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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 28 ReadOnlySection = 0;
51 delete ReadOnlySection;
75 ReadOnlySection =
111 return ReadOnlySection;
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 32 if (DefaultSection != ReadOnlySection)
35 // Here override ReadOnlySection to DataRelROSection for PPC64 SVR4 ABI
46 // linker, so we must use DataRelROSection instead of 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/Target/XCore/
XCoreTargetObjectFile.cpp 55 ReadOnlySection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 305 return ReadOnlySection; // .const
308 if (Kind.isReadOnly()) return ReadOnlySection;
339 return ReadOnlySection;
561 return ReadOnlySection;
599 return ReadOnlySection; // .const
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 69 /// ReadOnlySection - Section that is readonly and can contain arbitrary
73 const MCSection *ReadOnlySection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 89 ReadOnlySection // .const
346 ReadOnlySection =
511 ReadOnlySection =
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 284 milliseconds