Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Kind

1065     SectionKind Kind;
1067 default: llvm_unreachable("Unknown section kind");
1068 case 2: Kind = SectionKind::getReadOnlyWithRel(); break;
1070 Kind = SectionKind::getReadOnlyWithRelLocal();
1074 case 4: Kind = SectionKind::getMergeableConst4(); break;
1075 case 8: Kind = SectionKind::getMergeableConst8(); break;
1076 case 16: Kind = SectionKind::getMergeableConst16();break;
1077 default: Kind = SectionKind::getMergeableConst(); break;
1081 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind);
1278 assert(Value && "Unknown entry kind!");