DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own enum...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Oct 2013 17:28:37 +0000 (17:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Oct 2013 17:28:37 +0000 (17:28 +0000)
commit770530babc78e444bb6d0aadc87702ef138293fd
tree6545de08e4a9637c4af41f8bac7996e1af19240a
parent713cab059ebb67c2f51d8da9d8e57be2b1dcd9c2
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own enum for ease of use.

This allows various variables to be more self-documenting and easier to
debug by being of specific types without overlapping enum values.

Precommit review by Eric Christopher.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193091 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Dwarf.h
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp