Home
last modified time | relevance | path

Searched refs:ReadOnlySection (Results 1 – 9 of 9) 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.cpp143 ReadOnlySection // .const in initMachOMCObjectFileInfo()
174 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
400 ReadOnlySection = in initELFMCObjectFileInfo()
619 ReadOnlySection = in initCOFFMCObjectFileInfo()
948 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
952 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp411 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
412 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h66 MCSection *ReadOnlySection = nullptr; variable
273 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp984 return ReadOnlySection; in getSectionForJumpTable()
1048 return ReadOnlySection; in getSectionForConstant()
1451 return ReadOnlySection; in SelectSectionForGlobal()
1486 return ReadOnlySection; // .const in getSectionForConstant()
1836 return ReadOnlySection; in SelectSectionForGlobal()
1866 return ReadOnlySection; in getSectionForJumpTable()
1870 return ReadOnlySection; in getSectionForJumpTable()
2552 return ReadOnlySection; in SelectSectionForGlobal()
2577 return ReadOnlySection; in getSectionForJumpTable()
2612 return ReadOnlySection; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1094 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local
1097 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp224 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
227 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()
232 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3426 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local
3433 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()
3476 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local
3483 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()
3556 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local
3563 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()