enum class DebugifyMode
Description
Used to check whether we track synthetic or original debug info.
Declared at: llvm/include/llvm/Transforms/Utils/Debugify.h:93
Enumerators
Name | Value | Comment |
---|---|---|
NoDebugify | 0 | |
SyntheticDebugInfo | 1 | |
OriginalDebugInfo | 2 |
Used to check whether we track synthetic or original debug info.
Declared at: llvm/include/llvm/Transforms/Utils/Debugify.h:93
Name | Value | Comment |
---|---|---|
NoDebugify | 0 | |
SyntheticDebugInfo | 1 | |
OriginalDebugInfo | 2 |