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

NameValueComment
NoDebugify0
SyntheticDebugInfo1
OriginalDebugInfo2