| Tag Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.DebugInfo
public enum Tag
| Member name | Value | Description | |
|---|---|---|---|
| Invalid | 0 | ||
| ArrayType | 1 | ||
| ClassType | 2 | ||
| EntryPoint | 3 | ||
| EnumerationType | 4 | ||
| FormalParameter | 5 | ||
| ImportedDeclaration | 8 | ||
| Label | 10 | ||
| LexicalBlock | 11 | ||
| Member | 13 | ||
| PointerType | 15 | ||
| ReferenceType | 16 | ||
| CompileUnit | 17 | ||
| StringType | 18 | ||
| StructureType | 19 | ||
| SubroutineType | 21 | ||
| TypeDef | 22 | ||
| UnionType | 23 | ||
| UnspecifiedParameters | 24 | ||
| Variant | 25 | ||
| CommonBlock | 26 | ||
| CommonInclusion | 27 | ||
| Inheritance | 28 | ||
| InlinedSubroutine | 29 | ||
| Module | 30 | ||
| PtrToMemberType | 31 | ||
| SetType | 32 | ||
| SubrangeType | 33 | ||
| WithStatement | 34 | ||
| AccessDeclaration | 35 | ||
| BaseType | 36 | ||
| CatchBlock | 37 | ||
| ConstType | 38 | ||
| Constant | 39 | ||
| Enumerator | 40 | ||
| FileType | 41 | ||
| Friend | 42 | ||
| NameList | 43 | ||
| NameListItem | 44 | ||
| PackedType | 45 | ||
| SubProgram | 46 | ||
| TemplateTypeParameter | 47 | ||
| TemplateValueParameter | 48 | ||
| ThrownType | 49 | ||
| TryBlock | 50 | ||
| VariantPart | 51 | ||
| Variable | 52 | ||
| VolatileType | 53 | ||
| DwarfProcedure | 54 | ||
| RestrictType | 55 | ||
| InterfaceType | 56 | ||
| Namespace | 57 | ||
| ImportedModule | 58 | ||
| UnspecifiedType | 59 | ||
| PartialUnit | 60 | ||
| ImportedUnit | 61 | ||
| Condition | 63 | ||
| SharedType | 64 | ||
| TypeUnit | 65 | ||
| RValueReferenceType | 66 | ||
| TemplateAlias | 67 | ||
| CoArrayType | 68 | ||
| GenericSubrange | 69 | ||
| DynamicType | 70 | ||
| AutoVariable | 256 | ||
| ArgVariable | 257 | ||
| Expression | 258 | ||
| UserBase | 4096 | ||
| MipsLoop | 16513 | ||
| FormatLabel | 16641 | ||
| FunctionTemplate | 16642 | ||
| ClassTemplate | 16643 | ||
| GnuTemplateTemplateParameter | 16646 | ||
| GnuTemplateParameterPack | 16647 | ||
| GnuFormalParameterPack | 16648 | ||
| LoUser | 16512 | ||
| AppleProperty | 16896 | ||
| HiUser | 65535 |