enum DIDumpType
Description
Selects which debug sections get dumped.
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:159
Enumerators
Name | Value | Comment |
---|---|---|
DIDT_Null | 0 | |
DIDT_All | 4294967295 | |
DIDT_DebugAbbrev | 1 | |
DIDT_DebugAddr | 2 | |
DIDT_DebugAranges | 4 | |
DIDT_DebugInfo | 8 | |
DIDT_DebugTypes | 16 | |
DIDT_DebugLine | 32 | |
DIDT_DebugLineStr | 64 | |
DIDT_DebugLoc | 128 | |
DIDT_DebugLoclists | 256 | |
DIDT_DebugFrame | 512 | |
DIDT_DebugMacro | 1024 | |
DIDT_DebugNames | 2048 | |
DIDT_DebugPubnames | 4096 | |
DIDT_DebugPubtypes | 8192 | |
DIDT_DebugGnuPubnames | 16384 | |
DIDT_DebugGnuPubtypes | 32768 | |
DIDT_DebugRanges | 65536 | |
DIDT_DebugRnglists | 131072 | |
DIDT_DebugStr | 262144 | |
DIDT_DebugStrOffsets | 524288 | |
DIDT_DebugCUIndex | 1048576 | |
DIDT_DebugTUIndex | 2097152 | |
DIDT_AppleNames | 4194304 | |
DIDT_AppleTypes | 8388608 | |
DIDT_AppleNamespaces | 16777216 | |
DIDT_AppleObjC | 33554432 | |
DIDT_GdbIndex | 67108864 | |
DIDT_UUID | 134217728 |