Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCTargetObjectFile.cpp48 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/NextBSD/contrib/llvm/include/llvm/MC/
HDSectionKind.h230 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/NextBSD/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp235 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp126 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
169 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp124 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp818 Kind = SectionKind::getReadOnlyWithRel(); in getSectionKind()