Home
last modified time | relevance | path

Searched refs:ReadOnlySection (Results 1 – 14 of 14) 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/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/lib/Target/XCore/
DXCoreTargetObjectFile.cpp55 ReadOnlySection = in Initialize()
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection; in Initialize()
/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/llvm/include/llvm/MC/
DMCObjectFileInfo.h66 MCSection *ReadOnlySection; variable
226 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/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/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/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1055 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1057 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()