Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h27 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp142 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
379 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp956 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h65 MCSection *ReadOnlySection = nullptr; variable
270 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1024 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local
1027 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp227 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
230 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()
235 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3477 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local
3486 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()
3529 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local
3538 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()
3612 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local
3621 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2714 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2715 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()