Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp895 return ReadOnlySection; in getSectionForJumpTable()
959 return ReadOnlySection; in getSectionForConstant()
1298 return ReadOnlySection; in SelectSectionForGlobal()
1333 return ReadOnlySection; // .const in getSectionForConstant()
1669 return ReadOnlySection; in SelectSectionForGlobal()
1699 return ReadOnlySection; in getSectionForJumpTable()
1703 return ReadOnlySection; in getSectionForJumpTable()
2343 return ReadOnlySection; in SelectSectionForGlobal()
2368 return ReadOnlySection; in getSectionForJumpTable()
2390 return ReadOnlySection; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; variable
257 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
379 return ReadOnlySection; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp123 ReadOnlySection // .const in initMachOMCObjectFileInfo()
154 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
360 ReadOnlySection = in initELFMCObjectFileInfo()
535 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
889 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp248 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
251 Streamer.SwitchSection(&ReadOnlySection); in emitFunctionBodyEnd()
256 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()
257 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1861 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1864 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
2093 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2094 OutStreamer->SwitchSection(ReadOnlySection); in emitJumpTableInfo()
/netbsd-src/external/apache2/llvm/dist/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()