Enum MetadataKind
Enumeration to define metadata type kind
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum MetadataKind
Fields
ConstantAsMetadata | Constant Value as metadata |
DIBasicType | Debug info basic type |
DICompileUnit | Debug info Compilation Unit |
DICompositeType | Debug info composite type |
DIDerivedType | Debug info derived type |
DIEnumerator | Debug info enumerator |
DIExpression | Debug info expression |
DIFile | Debug info file reference |
DIGlobalVariable | Debug info for a global variable |
DIGlobalVariableExpression | Debug info global variable expression |
DIImportedEntity | Debug info for an imported entity |
DILexicalBlock | Debug info lexical block |
DILexicalBlockFile | Debug info lexical block file |
DILocalVariable | Debug info for a local variable |
DILocation | Debug info location |
DIMacro | Debug info for a macro |
DIMacroFile | Debug info for a macro file |
DIModule | Debug info fro a module |
DINamespace | Debug info namespace |
DIObjCProperty | Debug info for an Objective C style property |
DistinctMDOperandPlaceholder | Distinct metadata place holder |
DISubprogram | Debug info sub program |
DISubrange | Debug info sub range |
DISubroutineType | Debug info subroutine type |
DITemplateTypeParameter | Debug info for a template type parameter |
DITemplateValueParameter | Debug info for a template value parameter |
GenericDINode | Generic Debug info node |
LocalAsMetadata | Local value as metadata |
MDString | Metadata string |
MDTuple | Metadata tuple |