Home
last modified time | relevance | path

Searched refs:getReadOnlyWithRel (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp46 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp59 SectionKind::getReadOnlyWithRel()); in Initialize()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp103 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
146 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
294 SectionKind::getReadOnlyWithRel()); in InitELFMCObjectFileInfo()
/external/llvm/include/llvm/MC/
DSectionKind.h196 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp224 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp221 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp156 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
196 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp122 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp121 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp882 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp234 case 2: Kind = SectionKind::getReadOnlyWithRel(); break; in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp967 case 2: Kind = SectionKind::getReadOnlyWithRel(); break; in EmitConstantPool()