Home
last modified time | relevance | path

Searched refs:getReadOnly (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp179 return SectionKind::getReadOnly(); in getKindForGlobal()
208 return SectionKind::getReadOnly(); in getKindForGlobal()
218 return SectionKind::getReadOnly(); in getKindForGlobal()
231 return SectionKind::getReadOnly(); in getKindForGlobal()
275 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr); in getSectionForJumpTable()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp113 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
123 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
176 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
538 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
544 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
548 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
572 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
783 SectionKind::getReadOnly()); in InitEHFrameSection()
DMCContext.cpp289 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(), in createELFRelSection()
327 Kind = SectionKind::getReadOnly(); in getELFSection()
342 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in CreateELFGroupSection()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h55 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly()); in Initialize()
/external/llvm/include/llvm/MC/
DSectionKind.h208 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp340 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
990 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
DMachineFunction.cpp852 Kind = SectionKind::getReadOnly(); in getSectionKind()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp100 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
DCOFFAsmParser.cpp153 return SectionKind::getReadOnly(); in computeSectionKind()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1126 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly(), in doFinalization()