enum DIEValue::Type
Declared at: llvm/include/llvm/CodeGen/DIE.h:354
Enumerators
Name | Value | Comment |
---|---|---|
isNone | 0 | |
isInteger | 1 | |
isString | 2 | |
isExpr | 3 | |
isLabel | 4 | |
isBaseTypeRef | 5 | |
isDelta | 6 | |
isEntry | 7 | |
isBlock | 8 | |
isLoc | 9 | |
isLocList | 10 | |
isInlineString | 11 |
Declared at: llvm/include/llvm/CodeGen/DIE.h:354
Name | Value | Comment |
---|---|---|
isNone | 0 | |
isInteger | 1 | |
isString | 2 | |
isExpr | 3 | |
isLabel | 4 | |
isBaseTypeRef | 5 | |
isDelta | 6 | |
isEntry | 7 | |
isBlock | 8 | |
isLoc | 9 | |
isLocList | 10 | |
isInlineString | 11 |