enum SDDbgValue::DbgValueKind
Declared at: llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:32
Enumerators
Name | Value | Comment |
---|---|---|
SDNODE | 0 | Value is the result of an expression. |
CONST | 1 | Value is a constant. |
FRAMEIX | 2 | Value is contents of a stack location. |
VREG | 3 | Value is a virtual register. |