Searched refs:ReadOnlySection (Results 1 – 10 of 10) 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()
383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()384 return ReadOnlySection; in getSectionForConstant()
133 ReadOnlySection // .const in initMachOMCObjectFileInfo()164 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()388 ReadOnlySection = in initELFMCObjectFileInfo()573 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()933 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()937 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
65 MCSection *ReadOnlySection = nullptr; variable266 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
964 return ReadOnlySection; in getSectionForJumpTable()1028 return ReadOnlySection; in getSectionForConstant()1376 return ReadOnlySection; in SelectSectionForGlobal()1411 return ReadOnlySection; // .const in getSectionForConstant()1749 return ReadOnlySection; in SelectSectionForGlobal()1779 return ReadOnlySection; in getSectionForJumpTable()1783 return ReadOnlySection; in getSectionForJumpTable()2450 return ReadOnlySection; in SelectSectionForGlobal()2475 return ReadOnlySection; in getSectionForJumpTable()2510 return ReadOnlySection; in getSectionForConstant()
248 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local251 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()256 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
932 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local935 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
3449 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local3458 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()3501 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local3510 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()3584 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local3593 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()
2495 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local2496 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()