Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it.
authorGreg Clayton <gclayton@apple.com>
Wed, 3 May 2017 16:02:29 +0000 (16:02 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 3 May 2017 16:02:29 +0000 (16:02 +0000)
commitb8c162b53cbbff068898b327f2d6acb5e52e1e64
treee53be317c06a7a5ed1b67d6871c1740133997224
parentd7e681ca109b2126329f184d5e9355c7b17b99f1
Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it.

Adrian requested we create a DWARFVerifier.cpp file to contain all of the DWARF verification stuff. This change simply moves the functionality over into DWARFVerifier.h and DWARFVerifier.cpp, renames the DWARFVerifier methods to start with lower case, and switches DWARFContext.cpp over to using the new functionality.

Differential Revision: https://reviews.llvm.org/D32809

llvm-svn: 302044
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h [new file with mode: 0644]
llvm/lib/DebugInfo/DWARF/CMakeLists.txt
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp [new file with mode: 0644]