Searched refs:ReadOnlySection (Results 1 – 9 of 9) sorted by relevance
42 ReadOnlySection = in Initialize()125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()155 return ReadOnlySection; in getSectionForConstant()
32 return ReadOnlySection; in getSectionForConstant()
298 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()299 return ReadOnlySection; in getSectionForConstant()
68 MCSection *ReadOnlySection; variable240 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
122 ReadOnlySection // .const in initMachOMCObjectFileInfo()153 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()346 ReadOnlySection = in initELFMCObjectFileInfo()509 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
693 return ReadOnlySection; in getSectionForJumpTable()722 return ReadOnlySection; in getSectionForConstant()1001 return ReadOnlySection; in SelectSectionForGlobal()1036 return ReadOnlySection; // .const in getSectionForConstant()1370 return ReadOnlySection; in SelectSectionForGlobal()1400 return ReadOnlySection; in getSectionForJumpTable()1404 return ReadOnlySection; in getSectionForJumpTable()
235 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in EmitFunctionBodyEnd() local238 Streamer.SwitchSection(&ReadOnlySection); in EmitFunctionBodyEnd()243 if (ReadOnlySection.getAlignment() < 64) in EmitFunctionBodyEnd()244 ReadOnlySection.setAlignment(64); in EmitFunctionBodyEnd()
1508 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local1511 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()1751 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo() local1752 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
3323 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local3332 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()3370 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local3379 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()3424 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local3433 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()