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()
142 ReadOnlySection // .const in initMachOMCObjectFileInfo()173 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()399 ReadOnlySection = in initELFMCObjectFileInfo()585 ReadOnlySection = in initCOFFMCObjectFileInfo()904 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()908 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()379 return ReadOnlySection; in getSectionForConstant()
956 return ReadOnlySection; in getSectionForJumpTable()1020 return ReadOnlySection; in getSectionForConstant()1389 return ReadOnlySection; in SelectSectionForGlobal()1424 return ReadOnlySection; // .const in getSectionForConstant()1776 return ReadOnlySection; in SelectSectionForGlobal()1806 return ReadOnlySection; in getSectionForJumpTable()1810 return ReadOnlySection; in getSectionForJumpTable()2505 return ReadOnlySection; in SelectSectionForGlobal()2530 return ReadOnlySection; in getSectionForJumpTable()2565 return ReadOnlySection; in getSectionForConstant()
65 MCSection *ReadOnlySection = nullptr; variable270 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
1024 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local1027 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
227 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local230 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()235 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
3477 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local3486 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()3529 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local3538 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()3612 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local3621 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()
2714 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local2715 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()