enum class SelectionDAGBuilder::FuncArgumentDbgValueKind
Description
An enum that states to emit func argument dbg value the kind of intrinsic it originally had. This controls the internal behavior of EmitFuncArgumentDbgValue.
Declared at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:614
Enumerators
Name | Value | Comment |
---|---|---|
Value | 0 | |
Addr | 1 | |
Declare | 2 |