Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h28 ReadOnlySection = nullptr; in NVPTXTargetObjectFile()
53 ReadOnlySection = in Initialize()
88 return ReadOnlySection; in getSectionForConstant()
DNVPTXISelLowering.cpp4536 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()
157 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp332 return ReadOnlySection; in getSectionForJumpTable()
357 return ReadOnlySection; in getSectionForConstant()
611 return ReadOnlySection; in SelectSectionForGlobal()
645 return ReadOnlySection; // .const in getSectionForConstant()
951 return ReadOnlySection; in SelectSectionForGlobal()
981 return ReadOnlySection; in getSectionForJumpTable()
985 return ReadOnlySection; in getSectionForJumpTable()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp281 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
282 return ReadOnlySection; in getSectionForConstant()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h66 MCSection *ReadOnlySection; variable
226 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp124 ReadOnlySection // .const in initMachOMCObjectFileInfo()
150 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
443 ReadOnlySection = in initELFMCObjectFileInfo()
581 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1190 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1193 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1361 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(*F, *Mang, TM); in EmitJumpTableInfo() local
1362 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()