Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp90 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
100 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
152 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
293 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
361 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
416 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
422 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
448 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
580 SectionKind::getReadOnly()); in InitEHFrameSection()
DELFObjectWriter.cpp1000 SectionKind::getReadOnly(), in CreateRelocationSections()
1114 SectionKind::getReadOnly()); in CreateMetadataSections()
1120 SectionKind::getReadOnly(), in CreateMetadataSections()
1130 SectionKind::getReadOnly(), 4, ""); in CreateMetadataSections()
1137 SectionKind::getReadOnly()); in CreateMetadataSections()
1208 SectionKind::getReadOnly()); in CreateIndexedSections()
1272 SectionKind::getReadOnly()); in WriteSection()
1282 SectionKind::getReadOnly()); in WriteSection()
DMCContext.cpp224 SectionKind::getReadOnly(), 4, NULL); in CreateELFGroupSection()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp163 return SectionKind::getReadOnly(); in getKindForGlobal()
201 return SectionKind::getReadOnly(); in getKindForGlobal()
214 return SectionKind::getReadOnly(); in getKindForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp98 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
509 SectionKind::getReadOnly(), in ParseDirectiveIdent()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp399 SectionKind::getReadOnly()); in EmitFunctionEntryLabel()
427 SectionKind::getReadOnly()); in doFinalization()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1098 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly()); in EmitJumpTableInfo()