Home
last modified time | relevance | path

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

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