Lines Matching refs:SectionKind
285 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
1013 SectionKind Kind;
1016 case 2: Kind = SectionKind::getReadOnlyWithRel(); break;
1018 Kind = SectionKind::getReadOnlyWithRelLocal();
1022 case 4: Kind = SectionKind::getMergeableConst4(); break;
1023 case 8: Kind = SectionKind::getMergeableConst8(); break;
1024 case 16: Kind = SectionKind::getMergeableConst16();break;
1025 default: Kind = SectionKind::getMergeableConst(); break;
1105 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly());