Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXTargetObjectFile.h28 ReadOnlySection = 0; in NVPTXTargetObjectFile()
55 ReadOnlySection = in Initialize()
91 return ReadOnlySection; in getSectionForConstant()
HDNVPTXISelLowering.cpp2299 delete ReadOnlySection; in ~NVPTXTargetObjectFile()
/trueos/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp281 if (Kind.isReadOnly() && ReadOnlySection != 0) in SelectSectionForGlobal()
282 return ReadOnlySection; in SelectSectionForGlobal()
292 if (Kind.isReadOnly() && ReadOnlySection != 0) in getSectionForConstant()
293 return ReadOnlySection; in getSectionForConstant()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp305 return ReadOnlySection; // .const in SelectSectionForGlobal()
308 if (Kind.isReadOnly()) return ReadOnlySection; in SelectSectionForGlobal()
339 return ReadOnlySection; in getSectionForConstant()
566 return ReadOnlySection; in SelectSectionForGlobal()
600 return ReadOnlySection; // .const in getSectionForConstant()
782 return ReadOnlySection; in SelectSectionForGlobal()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCTargetObjectFile.cpp32 if (DefaultSection != ReadOnlySection) in SelectSectionForGlobal()
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp55 ReadOnlySection = in Initialize()
/trueos/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp92 ReadOnlySection // .const in InitMachOMCObjectFileInfo()
387 ReadOnlySection = in InitELFMCObjectFileInfo()
564 ReadOnlySection = in InitCOFFMCObjectFileInfo()
/trueos/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h73 const MCSection *ReadOnlySection; variable
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1133 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1135 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()