Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h27 ReadOnlySection = nullptr; in NVPTXTargetObjectFile()
53 ReadOnlySection = in Initialize()
91 return ReadOnlySection; in getSectionForConstant()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp41 ReadOnlySection = in Initialize()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
153 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp42 ReadOnlySection = in Initialize()
129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
159 return ReadOnlySection; in getSectionForConstant()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h31 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp339 return ReadOnlySection; in getSectionForJumpTable()
367 return ReadOnlySection; in getSectionForConstant()
634 return ReadOnlySection; in SelectSectionForGlobal()
669 return ReadOnlySection; // .const in getSectionForConstant()
977 return ReadOnlySection; in SelectSectionForGlobal()
1007 return ReadOnlySection; in getSectionForJumpTable()
1011 return ReadOnlySection; in getSectionForJumpTable()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp276 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
277 return ReadOnlySection; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h66 MCSection *ReadOnlySection; variable
226 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp299 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
300 return ReadOnlySection; in getSectionForConstant()
/external/llvm-project/llvm/lib/Target/
DTargetLoweringObjectFile.cpp323 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
324 return ReadOnlySection; in getSectionForConstant()
/external/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()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; variable
246 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; variable
252 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp122 ReadOnlySection // .const in initMachOMCObjectFileInfo()
153 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
359 ReadOnlySection = in initELFMCObjectFileInfo()
530 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
875 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp833 return ReadOnlySection; in getSectionForJumpTable()
899 return ReadOnlySection; in getSectionForConstant()
1232 return ReadOnlySection; in SelectSectionForGlobal()
1267 return ReadOnlySection; // .const in getSectionForConstant()
1603 return ReadOnlySection; in SelectSectionForGlobal()
1633 return ReadOnlySection; in getSectionForJumpTable()
1637 return ReadOnlySection; in getSectionForJumpTable()
2241 return ReadOnlySection; in SelectSectionForGlobal()
2252 return ReadOnlySection; in getSectionForJumpTable()
2273 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp124 ReadOnlySection // .const in initMachOMCObjectFileInfo()
150 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
472 ReadOnlySection = in initELFMCObjectFileInfo()
620 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp234 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
237 Streamer.SwitchSection(&ReadOnlySection); in emitFunctionBodyEnd()
242 if (ReadOnlySection.getAlignment() < 64) in emitFunctionBodyEnd()
243 ReadOnlySection.setAlignment(Align(64)); in emitFunctionBodyEnd()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1224 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1227 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1395 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(*F, *Mang, TM); in EmitJumpTableInfo() local
1396 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1750 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1753 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1982 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
1983 OutStreamer->SwitchSection(ReadOnlySection); in emitJumpTableInfo()
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
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()
/external/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()

12