OSDN Git Service

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)
commitc8e3032271ba01ebe1ed7ed2d2177cb173c3145f
treee1e66efbebb223c61a54095b1b3522e5761ee565
parent6b4b26a1a7cb18c4b2c435973306272c5b6df1e4
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302044 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFVerifier.h [new file with mode: 0644]
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp [new file with mode: 0644]