Searched refs:ReadOnlySection (Results 1 – 11 of 11) 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()
137 ReadOnlySection // .const in initMachOMCObjectFileInfo()168 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()389 ReadOnlySection = in initELFMCObjectFileInfo()574 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()934 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()938 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()384 return ReadOnlySection; in getSectionForConstant()
68 MCSection *ReadOnlySection = nullptr; variable270 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
930 return ReadOnlySection; in getSectionForJumpTable()994 return ReadOnlySection; in getSectionForConstant()1342 return ReadOnlySection; in SelectSectionForGlobal()1377 return ReadOnlySection; // .const in getSectionForConstant()1715 return ReadOnlySection; in SelectSectionForGlobal()1745 return ReadOnlySection; in getSectionForJumpTable()1749 return ReadOnlySection; in getSectionForJumpTable()2399 return ReadOnlySection; in SelectSectionForGlobal()2424 return ReadOnlySection; in getSectionForJumpTable()2459 return ReadOnlySection; in getSectionForConstant()
250 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local253 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()258 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()259 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
708 MCSection *ReadOnlySection = BC.MOFI->getReadOnlySection(); in emitJumpTables() local741 HotSection = ReadOnlySection; in emitJumpTables()744 HotSection = BF.hasProfile() ? ReadOnlySection : ReadOnlyColdSection; in emitJumpTables()
843 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local846 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
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()
2344 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local2345 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()