Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h214 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp156 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
206 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
878 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp310 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp132 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1395 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4230 SectionKind::getReadOnlyWithRel()); in emitXRayTable()