Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp46 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DSectionKind.h195 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp220 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp156 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
191 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp121 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp839 return SectionKind::getReadOnlyWithRel(); in getSectionKind()