Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp48 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h230 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp235 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp126 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
169 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp124 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp835 Kind = SectionKind::getReadOnlyWithRel(); in getSectionKind()