Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp90 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
100 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
152 SectionKind::getReadOnly()); in InitMachOMCObjectFileInfo()
267 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
335 SectionKind::getReadOnly()); in InitELFMCObjectFileInfo()
392 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
414 SectionKind::getReadOnly()); in InitCOFFMCObjectFileInfo()
541 SectionKind::getReadOnly()); in InitEHFrameSection()
DELFObjectWriter.cpp700 SectionKind::getReadOnly(), in CreateRelocationSections()
812 SectionKind::getReadOnly()); in CreateMetadataSections()
818 SectionKind::getReadOnly(), in CreateMetadataSections()
828 SectionKind::getReadOnly(), 4, ""); in CreateMetadataSections()
835 SectionKind::getReadOnly()); in CreateMetadataSections()
906 SectionKind::getReadOnly()); in CreateIndexedSections()
970 SectionKind::getReadOnly()); in WriteSection()
980 SectionKind::getReadOnly()); in WriteSection()
DMCContext.cpp219 SectionKind::getReadOnly(), 4, NULL); in CreateELFGroupSection()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp177 return SectionKind::getReadOnly(); in getKindForGlobal()
207 return SectionKind::getReadOnly(); in getKindForGlobal()
217 return SectionKind::getReadOnly(); in getKindForGlobal()
249 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp185 return SectionKind::getReadOnly(); in getKindForGlobal()
216 return SectionKind::getReadOnly(); in getKindForGlobal()
228 return SectionKind::getReadOnly(); in getKindForGlobal()
271 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp169 return SectionKind::getReadOnly(); in getKindForGlobal()
207 return SectionKind::getReadOnly(); in getKindForGlobal()
220 return SectionKind::getReadOnly(); in getKindForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp56 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
126 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
145 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
204 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
622 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
628 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
632 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
655 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
830 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
DMCContext.cpp322 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(), in createELFRelSection()
367 Kind = SectionKind::getReadOnly(); in getELFSection()
382 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp58 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
128 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
151 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
196 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
653 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
666 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
865 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
DMCContext.cpp362 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
408 Kind = SectionKind::getReadOnly(); in getELFSection()
418 SectionKind::getReadOnly(), 4, Group, ~0, in createELFGroupSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h182 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/llvm/include/llvm/MC/
DSectionKind.h175 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h54 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly()); in Initialize()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp98 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
508 SectionKind::getReadOnly(), in ParseDirectiveIdent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp540 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1221 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1261 SectionKind::getReadOnly()); in emitModuleMetadata()
1277 SectionKind::getReadOnly()); in Initialize()
1281 SectionKind::getReadOnly()); in Initialize()
DMachineFunction.cpp973 return SectionKind::getReadOnly(); in getSectionKind()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp341 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1016 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
DMachineFunction.cpp893 return SectionKind::getReadOnly(); in getSectionKind()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp98 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
DCOFFAsmParser.cpp154 return SectionKind::getReadOnly(); in computeSectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp170 return SectionKind::getReadOnly(); in computeSectionKind()
DELFAsmParser.cpp111 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly()); in getJumpTableSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1056 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly()); in EmitJumpTableInfo()

12