// Code generated by "stringer -type Tag -trimprefix=Tag"; DO NOT EDIT.

package dwarf

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [TagArrayType-1]
	_ = [TagClassType-2]
	_ = [TagEntryPoint-3]
	_ = [TagEnumerationType-4]
	_ = [TagFormalParameter-5]
	_ = [TagImportedDeclaration-8]
	_ = [TagLabel-10]
	_ = [TagLexDwarfBlock-11]
	_ = [TagMember-13]
	_ = [TagPointerType-15]
	_ = [TagReferenceType-16]
	_ = [TagCompileUnit-17]
	_ = [TagStringType-18]
	_ = [TagStructType-19]
	_ = [TagSubroutineType-21]
	_ = [TagTypedef-22]
	_ = [TagUnionType-23]
	_ = [TagUnspecifiedParameters-24]
	_ = [TagVariant-25]
	_ = [TagCommonDwarfBlock-26]
	_ = [TagCommonInclusion-27]
	_ = [TagInheritance-28]
	_ = [TagInlinedSubroutine-29]
	_ = [TagModule-30]
	_ = [TagPtrToMemberType-31]
	_ = [TagSetType-32]
	_ = [TagSubrangeType-33]
	_ = [TagWithStmt-34]
	_ = [TagAccessDeclaration-35]
	_ = [TagBaseType-36]
	_ = [TagCatchDwarfBlock-37]
	_ = [TagConstType-38]
	_ = [TagConstant-39]
	_ = [TagEnumerator-40]
	_ = [TagFileType-41]
	_ = [TagFriend-42]
	_ = [TagNamelist-43]
	_ = [TagNamelistItem-44]
	_ = [TagPackedType-45]
	_ = [TagSubprogram-46]
	_ = [TagTemplateTypeParameter-47]
	_ = [TagTemplateValueParameter-48]
	_ = [TagThrownType-49]
	_ = [TagTryDwarfBlock-50]
	_ = [TagVariantPart-51]
	_ = [TagVariable-52]
	_ = [TagVolatileType-53]
	_ = [TagDwarfProcedure-54]
	_ = [TagRestrictType-55]
	_ = [TagInterfaceType-56]
	_ = [TagNamespace-57]
	_ = [TagImportedModule-58]
	_ = [TagUnspecifiedType-59]
	_ = [TagPartialUnit-60]
	_ = [TagImportedUnit-61]
	_ = [TagMutableType-62]
	_ = [TagCondition-63]
	_ = [TagSharedType-64]
	_ = [TagTypeUnit-65]
	_ = [TagRvalueReferenceType-66]
	_ = [TagTemplateAlias-67]
	_ = [TagCoarrayType-68]
	_ = [TagGenericSubrange-69]
	_ = [TagDynamicType-70]
	_ = [TagAtomicType-71]
	_ = [TagCallSite-72]
	_ = [TagCallSiteParameter-73]
	_ = [TagSkeletonUnit-74]
	_ = [TagImmutableType-75]
}

const (
	_Tag_name_0 = "ArrayTypeClassTypeEntryPointEnumerationTypeFormalParameter"
	_Tag_name_1 = "ImportedDeclaration"
	_Tag_name_2 = "LabelLexDwarfBlock"
	_Tag_name_3 = "Member"
	_Tag_name_4 = "PointerTypeReferenceTypeCompileUnitStringTypeStructType"
	_Tag_name_5 = "SubroutineTypeTypedefUnionTypeUnspecifiedParametersVariantCommonDwarfBlockCommonInclusionInheritanceInlinedSubroutineModulePtrToMemberTypeSetTypeSubrangeTypeWithStmtAccessDeclarationBaseTypeCatchDwarfBlockConstTypeConstantEnumeratorFileTypeFriendNamelistNamelistItemPackedTypeSubprogramTemplateTypeParameterTemplateValueParameterThrownTypeTryDwarfBlockVariantPartVariableVolatileTypeDwarfProcedureRestrictTypeInterfaceTypeNamespaceImportedModuleUnspecifiedTypePartialUnitImportedUnitMutableTypeConditionSharedTypeTypeUnitRvalueReferenceTypeTemplateAliasCoarrayTypeGenericSubrangeDynamicTypeAtomicTypeCallSiteCallSiteParameterSkeletonUnitImmutableType"
)

var (
	_Tag_index_0 = [...]uint8{0, 9, 18, 28, 43, 58}
	_Tag_index_2 = [...]uint8{0, 5, 18}
	_Tag_index_4 = [...]uint8{0, 11, 24, 35, 45, 55}
	_Tag_index_5 = [...]uint16{0, 14, 21, 30, 51, 58, 74, 89, 100, 117, 123, 138, 145, 157, 165, 182, 190, 205, 214, 222, 232, 240, 246, 254, 266, 276, 286, 307, 329, 339, 352, 363, 371, 383, 397, 409, 422, 431, 445, 460, 471, 483, 494, 503, 513, 521, 540, 553, 564, 579, 590, 600, 608, 625, 637, 650}
)

func ( Tag) () string {
	switch {
	case 1 <=  &&  <= 5:
		 -= 1
		return _Tag_name_0[_Tag_index_0[]:_Tag_index_0[+1]]
	case  == 8:
		return _Tag_name_1
	case 10 <=  &&  <= 11:
		 -= 10
		return _Tag_name_2[_Tag_index_2[]:_Tag_index_2[+1]]
	case  == 13:
		return _Tag_name_3
	case 15 <=  &&  <= 19:
		 -= 15
		return _Tag_name_4[_Tag_index_4[]:_Tag_index_4[+1]]
	case 21 <=  &&  <= 75:
		 -= 21
		return _Tag_name_5[_Tag_index_5[]:_Tag_index_5[+1]]
	default:
		return "Tag(" + strconv.FormatInt(int64(), 10) + ")"
	}
}