Home
last modified time | relevance | path

Searched refs:ReadOnlySection (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp276 if (Kind.isReadOnly() && ReadOnlySection != 0) in SelectSectionForGlobal()
277 return ReadOnlySection; in SelectSectionForGlobal()
287 if (Kind.isReadOnly() && ReadOnlySection != 0) in getSectionForConstant()
288 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp55 ReadOnlySection = in Initialize()
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection; in Initialize()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp275 return ReadOnlySection; // .const in SelectSectionForGlobal()
278 if (Kind.isReadOnly()) return ReadOnlySection; in SelectSectionForGlobal()
309 return ReadOnlySection; in getSectionForConstant()
433 return ReadOnlySection; in SelectSectionForGlobal()
467 return ReadOnlySection; // .const in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp82 ReadOnlySection // .const in InitMachOMCObjectFileInfo()
219 ReadOnlySection = in InitELFMCObjectFileInfo()
343 ReadOnlySection = in InitCOFFMCObjectFileInfo()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h59 const MCSection *ReadOnlySection; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1070 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1072 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()