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()
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()
916 return ReadOnlySection; in getSectionForJumpTable()980 return ReadOnlySection; in getSectionForConstant()1319 return ReadOnlySection; in SelectSectionForGlobal()1354 return ReadOnlySection; // .const in getSectionForConstant()1689 return ReadOnlySection; in SelectSectionForGlobal()1719 return ReadOnlySection; in getSectionForJumpTable()1723 return ReadOnlySection; in getSectionForJumpTable()2374 return ReadOnlySection; in SelectSectionForGlobal()2399 return ReadOnlySection; in getSectionForJumpTable()2421 return ReadOnlySection; in getSectionForConstant()
124 ReadOnlySection // .const in initMachOMCObjectFileInfo()155 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()361 ReadOnlySection = in initELFMCObjectFileInfo()541 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()895 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
233 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local236 Streamer.SwitchSection(&ReadOnlySection); in emitFunctionBodyEnd()241 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()242 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
1881 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local1884 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()2113 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local2114 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()