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()
54 ReadOnlySection = in Initialize()
89 return ReadOnlySection; in getSectionForConstant()
DNVPTXISelLowering.cpp4479 delete ReadOnlySection; in ~NVPTXTargetObjectFile()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp42 ReadOnlySection = in Initialize()
127 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
154 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp338 return ReadOnlySection; in getSectionForJumpTable()
365 return ReadOnlySection; in getSectionForConstant()
631 return ReadOnlySection; in SelectSectionForGlobal()
666 return ReadOnlySection; // .const in getSectionForConstant()
952 return ReadOnlySection; in SelectSectionForGlobal()
981 return ReadOnlySection; in getSectionForJumpTable()
985 return ReadOnlySection; in getSectionForJumpTable()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp302 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
303 return ReadOnlySection; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp111 ReadOnlySection // .const in InitMachOMCObjectFileInfo()
406 ReadOnlySection = in InitELFMCObjectFileInfo()
536 ReadOnlySection = Ctx->getCOFFSection( in InitCOFFMCObjectFileInfo()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h71 const MCSection *ReadOnlySection; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1125 const MCSection *ReadOnlySection = in doFinalization() local
1128 OutStreamer.SwitchSection(ReadOnlySection); in doFinalization()
1297 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1299 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()