Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h214 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp310 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp156 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
206 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
929 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
H A DMCContext.cpp580 .Case(".data.rel.ro", SectionKind::getReadOnlyWithRel()) in getELFSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp132 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1383 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4196 SectionKind::getReadOnlyWithRel()); in emitXRayTable()