Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp90 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
100 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
152 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
324 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
392 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
490 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
496 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
512 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
530 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
666 SectionKind::getReadOnly()); in InitEHFrameSection()
DELFObjectWriter.cpp1011 SectionKind::getReadOnly(), in CreateRelocationSections()
1133 SectionKind::getReadOnly()); in CreateMetadataSections()
1139 SectionKind::getReadOnly(), in CreateMetadataSections()
1149 SectionKind::getReadOnly(), 4, ""); in CreateMetadataSections()
1156 SectionKind::getReadOnly()); in CreateMetadataSections()
1227 SectionKind::getReadOnly()); in CreateIndexedSections()
1291 SectionKind::getReadOnly()); in WriteSection()
1301 SectionKind::getReadOnly()); in WriteSection()
DMCContext.cpp269 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/lib/MC/MCParser/
DELFAsmParser.cpp101 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
522 SectionKind::getReadOnly(), in ParseDirectiveIdent()
576 SectionKind::getReadOnly()); in ParseDirectiveVersion()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h56 SectionKind::getReadOnly()); in Initialize()
/external/llvm/include/llvm/MC/
DSectionKind.h209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp729 SectionKind::getReadOnly()); in EmitFunctionEntryLabel()
763 SectionKind::getReadOnly()); in doFinalization()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1084 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly()); in EmitJumpTableInfo()