Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h207 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp137 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
184 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
869 SectionKind::getReadOnlyWithRel()); in initWasmMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp305 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp133 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1128 return SectionKind::getReadOnlyWithRel(); in getSectionKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3473 SectionKind::getReadOnlyWithRel()); in emitXRayTable()
3476 "__DATA", "xray_fn_idx", 0, SectionKind::getReadOnlyWithRel()); in emitXRayTable()