Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h214 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp151 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
201 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
914 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp310 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp131 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1402 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3778 SectionKind::getReadOnlyWithRel()); in emitXRayTable()
3781 "__DATA", "xray_fn_idx", 0, SectionKind::getReadOnlyWithRel()); in emitXRayTable()