Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp277 if (Kind.isReadOnly() && ReadOnlySection != 0) in SelectSectionForGlobal()
278 return ReadOnlySection; in SelectSectionForGlobal()
288 if (Kind.isReadOnly() && ReadOnlySection != 0) in getSectionForConstant()
289 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h27 ReadOnlySection = nullptr; in NVPTXTargetObjectFile()
53 ReadOnlySection = in Initialize()
91 return ReadOnlySection; in getSectionForConstant()
DNVPTXISelLowering.cpp4547 delete static_cast<NVPTXSection *>(ReadOnlySection); in ~NVPTXTargetObjectFile()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp55 ReadOnlySection = in Initialize()
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection; in Initialize()
/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-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp42 ReadOnlySection = in Initialize()
125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
155 return ReadOnlySection; in getSectionForConstant()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp275 return ReadOnlySection; // .const in SelectSectionForGlobal()
278 if (Kind.isReadOnly()) return ReadOnlySection; in SelectSectionForGlobal()
309 return ReadOnlySection; in getSectionForConstant()
433 return ReadOnlySection; in SelectSectionForGlobal()
467 return ReadOnlySection; // .const 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h32 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-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp295 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
296 return ReadOnlySection; in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h68 MCSection *ReadOnlySection; variable
241 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp538 return ReadOnlySection; in getSectionForJumpTable()
567 return ReadOnlySection; in getSectionForConstant()
832 return ReadOnlySection; in SelectSectionForGlobal()
867 return ReadOnlySection; // .const in getSectionForConstant()
1182 return ReadOnlySection; in SelectSectionForGlobal()
1212 return ReadOnlySection; in getSectionForJumpTable()
1216 return ReadOnlySection; in getSectionForJumpTable()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp88 ReadOnlySection // .const in InitMachOMCObjectFileInfo()
264 ReadOnlySection = in InitELFMCObjectFileInfo()
388 ReadOnlySection = in InitCOFFMCObjectFileInfo()
/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-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp126 ReadOnlySection // .const in initMachOMCObjectFileInfo()
157 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
489 ReadOnlySection = in initELFMCObjectFileInfo()
651 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp227 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in EmitFunctionBodyEnd() local
230 Streamer.SwitchSection(&ReadOnlySection); in EmitFunctionBodyEnd()
235 if (ReadOnlySection.getAlignment() < 64) in EmitFunctionBodyEnd()
236 ReadOnlySection.setAlignment(64); in EmitFunctionBodyEnd()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h66 const MCSection *ReadOnlySection; variable
/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-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1456 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1459 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1698 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo() local
1699 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1055 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1057 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3333 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3342 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()
3380 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3389 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()
3434 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3443 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()