enum DWARFContext::MacroSecType

Description

Helper enum to distinguish between macro[.dwo] and macinfo[.dwo] section.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h:107

Enumerators

NameValueComment
MacinfoSection0
MacinfoDwoSection1
MacroSection2
MacroDwoSection3