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/Target/
H A DTargetLoweringObjectFile.cpp383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
384 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp142 ReadOnlySection // .const in initMachOMCObjectFileInfo()
173 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
397 ReadOnlySection = in initELFMCObjectFileInfo()
589 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
955 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
959 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h65 MCSection *ReadOnlySection = nullptr; variable
269 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp953 return ReadOnlySection; in getSectionForJumpTable()
1017 return ReadOnlySection; in getSectionForConstant()
1391 return ReadOnlySection; in SelectSectionForGlobal()
1426 return ReadOnlySection; // .const in getSectionForConstant()
1778 return ReadOnlySection; in SelectSectionForGlobal()
1808 return ReadOnlySection; in getSectionForJumpTable()
1812 return ReadOnlySection; in getSectionForJumpTable()
2489 return ReadOnlySection; in SelectSectionForGlobal()
2514 return ReadOnlySection; in getSectionForJumpTable()
2549 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp215 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
218 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()
223 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1025 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local
1028 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
/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.cpp2706 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2707 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()