Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp48 SectionKind::getReadOnlyWithRel()); in Initialize()
53 SectionKind::getReadOnlyWithRel()); in Initialize()
58 SectionKind::getReadOnlyWithRel()); in Initialize()
63 SectionKind::getReadOnlyWithRel()); in Initialize()
83 SectionKind::getReadOnlyWithRel()); in Initialize()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp48 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp235 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp126 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
169 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
465 SectionKind::getReadOnlyWithRel()); in InitELFMCObjectFileInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp124 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp847 Kind = SectionKind::getReadOnlyWithRel(); in getSectionKind()