OSDN Git Service

Support: Use Dwarf.def for DW_VIRTUALITY, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 7 Feb 2015 00:36:23 +0000 (00:36 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 7 Feb 2015 00:36:23 +0000 (00:36 +0000)
commita496490358cf9ff2a40ceeba09ec96fcc018b8c6
tree058b8605ea1e628f2d37263b505aae58c02222d3
parente29c334dd4d4dd42344ed0a462d99534636e03fb
Support: Use Dwarf.def for DW_VIRTUALITY, NFC

Use definition file for `DW_VIRTUALITY_*`.  Add a `DW_VIRTUALITY_max`
both for ease of testing and for future use by the `LLParser`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228473 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Dwarf.def
include/llvm/Support/Dwarf.h
lib/Support/Dwarf.cpp
unittests/Support/DwarfTest.cpp