Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp41 ReadOnlySection = in Initialize()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
154 return ReadOnlySection; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp719 return ReadOnlySection; in getSectionForJumpTable()
748 return ReadOnlySection; in getSectionForConstant()
1027 return ReadOnlySection; in SelectSectionForGlobal()
1062 return ReadOnlySection; // .const in getSectionForConstant()
1394 return ReadOnlySection; in SelectSectionForGlobal()
1424 return ReadOnlySection; in getSectionForJumpTable()
1428 return ReadOnlySection; in getSectionForJumpTable()
1886 return ReadOnlySection; in SelectSectionForGlobal()
1897 return ReadOnlySection; in getSectionForJumpTable()
1911 return ReadOnlySection; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp299 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
300 return ReadOnlySection; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp122 ReadOnlySection // .const in initMachOMCObjectFileInfo()
153 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
354 ReadOnlySection = in initELFMCObjectFileInfo()
522 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
795 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; variable
246 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp222 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in EmitFunctionBodyEnd() local
225 Streamer.SwitchSection(&ReadOnlySection); in EmitFunctionBodyEnd()
230 if (ReadOnlySection.getAlignment() < 64) in EmitFunctionBodyEnd()
231 ReadOnlySection.setAlignment(Align(64)); in EmitFunctionBodyEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1560 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1563 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1847 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo() local
1848 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3379 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local
3388 getStreamer().SwitchSection(ReadOnlySection); in expandLoadSingleImmToFPR()
3431 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local
3440 getStreamer().SwitchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()
3514 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local
3523 getStreamer().SwitchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()