Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h214 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp310 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp147 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
197 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
913 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
H A DMCContext.cpp579 .Case(".data.rel.ro", SectionKind::getReadOnlyWithRel()) in getELFSection()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp131 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1367 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3960 SectionKind::getReadOnlyWithRel()); in emitXRayTable()
3963 "__DATA", "xray_fn_idx", 0, SectionKind::getReadOnlyWithRel()); in emitXRayTable()