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()
31 return ReadOnlySection; in getSectionForConstant()
895 return ReadOnlySection; in getSectionForJumpTable()959 return ReadOnlySection; in getSectionForConstant()1298 return ReadOnlySection; in SelectSectionForGlobal()1333 return ReadOnlySection; // .const in getSectionForConstant()1669 return ReadOnlySection; in SelectSectionForGlobal()1699 return ReadOnlySection; in getSectionForJumpTable()1703 return ReadOnlySection; in getSectionForJumpTable()2343 return ReadOnlySection; in SelectSectionForGlobal()2368 return ReadOnlySection; in getSectionForJumpTable()2390 return ReadOnlySection; in getSectionForConstant()
67 MCSection *ReadOnlySection = nullptr; variable257 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()379 return ReadOnlySection; in getSectionForConstant()
123 ReadOnlySection // .const in initMachOMCObjectFileInfo()154 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()360 ReadOnlySection = in initELFMCObjectFileInfo()535 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()889 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
248 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local251 Streamer.SwitchSection(&ReadOnlySection); in emitFunctionBodyEnd()256 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()257 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
1861 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local1864 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()2093 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local2094 OutStreamer->SwitchSection(ReadOnlySection); in emitJumpTableInfo()
3407 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local3416 getStreamer().SwitchSection(ReadOnlySection); in expandLoadSingleImmToFPR()3459 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local3468 getStreamer().SwitchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()3542 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local3551 getStreamer().SwitchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()