Searched refs:getReadOnly (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 188 return SectionKind::getReadOnly(); in getKindForGlobal() 219 return SectionKind::getReadOnly(); in getKindForGlobal() 231 return SectionKind::getReadOnly(); in getKindForGlobal() 275 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 57 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 124 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 147 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 192 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 524 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 533 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 742 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 797 XCOFF::C_HIDEXT, SectionKind::getReadOnly()); in initXCOFFMCObjectFileInfo()
|
D | MCContext.cpp | 375 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection() 421 Kind = SectionKind::getReadOnly(); in getELFSection() 431 SectionKind::getReadOnly(), 4, Group, ~0, in createELFGroupSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 181 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 721 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable() 1433 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() 1473 SectionKind::getReadOnly()); in emitModuleMetadata() 1489 SectionKind::getReadOnly()); in Initialize() 1493 SectionKind::getReadOnly()); in Initialize() 1528 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
|
D | MachineFunction.cpp | 1031 return SectionKind::getReadOnly(); in getSectionKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 119 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
D | COFFAsmParser.cpp | 154 return SectionKind::getReadOnly(); in computeSectionKind()
|
D | ELFAsmParser.cpp | 110 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1490 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 1561 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()
|