Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; variable
257 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
379 return ReadOnlySection; in getSectionForConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp916 return ReadOnlySection; in getSectionForJumpTable()
980 return ReadOnlySection; in getSectionForConstant()
1319 return ReadOnlySection; in SelectSectionForGlobal()
1354 return ReadOnlySection; // .const in getSectionForConstant()
1689 return ReadOnlySection; in SelectSectionForGlobal()
1719 return ReadOnlySection; in getSectionForJumpTable()
1723 return ReadOnlySection; in getSectionForJumpTable()
2374 return ReadOnlySection; in SelectSectionForGlobal()
2399 return ReadOnlySection; in getSectionForJumpTable()
2421 return ReadOnlySection; in getSectionForConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp124 ReadOnlySection // .const in initMachOMCObjectFileInfo()
155 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
361 ReadOnlySection = in initELFMCObjectFileInfo()
541 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
895 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp233 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
236 Streamer.SwitchSection(&ReadOnlySection); in emitFunctionBodyEnd()
241 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()
242 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1881 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1884 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
2113 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2114 OutStreamer->SwitchSection(ReadOnlySection); in emitJumpTableInfo()
/freebsd-13.1/contrib/llvm-project/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()