Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp43 Kind = SectionKind::getReadOnlyWithRel(); in SelectSectionForGlobal()
/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h214 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp156 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
206 SectionKind::getReadOnlyWithRel()); in initMachOMCObjectFileInfo()
883 SectionKind::getReadOnlyWithRel()); in initXCOFFMCObjectFileInfo()
/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp309 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp132 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1466 return SectionKind::getReadOnlyWithRel(); in CanShareConstantPoolEntry()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4511 SectionKind::getReadOnlyWithRel());