Home
last modified time | relevance | path

Searched refs:getMergeableConst8 (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.cpp42 SectionKind::getMergeableConst8()); in Initialize()
/trueos/contrib/llvm/include/llvm/MC/
HDSectionKind.h221 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/trueos/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp199 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/trueos/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp79 SectionKind::getMergeableConst8()); in InitMachOMCObjectFileInfo()
432 SectionKind::getMergeableConst8()); in InitELFMCObjectFileInfo()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1052 case 8: Kind = SectionKind::getMergeableConst8(); break; in EmitConstantPool()