Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp59 SectionKind::getReadOnlyWithRel()); in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp103 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
146 SectionKind::getReadOnlyWithRel()); in InitMachOMCObjectFileInfo()
320 SectionKind::getReadOnlyWithRel()); in InitELFMCObjectFileInfo()
/external/llvm/include/llvm/MC/
DSectionKind.h232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); } in getReadOnlyWithRel() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp218 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp122 SectionKind::getReadOnlyWithRel()); in ParseSectionDirectiveDataRelRo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1009 case 2: Kind = SectionKind::getReadOnlyWithRel(); break; in EmitConstantPool()