Home
last modified time | relevance | path

Searched refs:ReadOnlySection (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp41 ReadOnlySection = in Initialize()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
153 return ReadOnlySection; in getSectionForConstant()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp137 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()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
384 return ReadOnlySection; in getSectionForConstant()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h68 MCSection *ReadOnlySection = nullptr; variable
270 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp930 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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp250 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
253 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()
258 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()
259 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp708 MCSection *ReadOnlySection = BC.MOFI->getReadOnlySection(); in emitJumpTables() local
741 HotSection = ReadOnlySection; in emitJumpTables()
744 HotSection = BF.hasProfile() ? ReadOnlySection : ReadOnlyColdSection; in emitJumpTables()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp843 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local
846 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3407 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local
3416 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()
3459 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local
3468 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()
3542 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local
3551 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2344 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2345 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()