Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 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.cpp157 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
207 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
922 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp337 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1465 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4613 SectionKind::getReadOnlyWithRel()); in emitXRayTable()