Searched refs:ReadOnlySection (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp55 ReadOnlySection =
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h29 delete ReadOnlySection;
55 ReadOnlySection = new NVPTXSection(MCSection::SV_ELF,
91 return ReadOnlySection;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetLoweringObjectFile.cpp271 if (Kind.isReadOnly() && ReadOnlySection != 0)
272 return ReadOnlySection;
282 if (Kind.isReadOnly() && ReadOnlySection != 0)
283 return ReadOnlySection;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp276 return ReadOnlySection; // .const
279 if (Kind.isReadOnly()) return ReadOnlySection;
310 return ReadOnlySection;
547 return ReadOnlySection;
581 return ReadOnlySection; // .const
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp88 ReadOnlySection // .const
290 ReadOnlySection =
412 ReadOnlySection =
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectFileInfo.h64 /// ReadOnlySection - Section that is readonly and can contain arbitrary
68 const MCSection *ReadOnlySection; member in class:llvm::MCObjectFileInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1077 const MCSection *ReadOnlySection = local
1079 OutStreamer.SwitchSection(ReadOnlySection);

Completed in 469 milliseconds