Searched refs:ReadOnlySection (Results 1 – 9 of 9) sorted by relevance
41 ReadOnlySection = in Initialize()124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()153 return ReadOnlySection; in getSectionForConstant()
27 return ReadOnlySection; in getSectionForConstant()
143 ReadOnlySection // .const in initMachOMCObjectFileInfo()174 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()400 ReadOnlySection = in initELFMCObjectFileInfo()619 ReadOnlySection = in initCOFFMCObjectFileInfo()948 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()952 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
411 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()412 return ReadOnlySection; in getSectionForConstant()
66 MCSection *ReadOnlySection = nullptr; variable273 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
984 return ReadOnlySection; in getSectionForJumpTable()1048 return ReadOnlySection; in getSectionForConstant()1451 return ReadOnlySection; in SelectSectionForGlobal()1486 return ReadOnlySection; // .const in getSectionForConstant()1836 return ReadOnlySection; in SelectSectionForGlobal()1866 return ReadOnlySection; in getSectionForJumpTable()1870 return ReadOnlySection; in getSectionForJumpTable()2552 return ReadOnlySection; in SelectSectionForGlobal()2577 return ReadOnlySection; in getSectionForJumpTable()2612 return ReadOnlySection; in getSectionForConstant()
1094 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local1097 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
224 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local227 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()232 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
3426 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local3433 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()3476 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local3483 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()3556 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local3563 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()