Break verification down into smaller functions to keep code clean.
authorGreg Clayton <gclayton@apple.com>
Wed, 3 May 2017 18:25:46 +0000 (18:25 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 3 May 2017 18:25:46 +0000 (18:25 +0000)
commitc5b2d561e8d36ed35747be362a800dec04688042
treea66592dd96964e5094dec2627946c58854da48ef
parentd4c0295cc829d9e972bd6c187b604e09e1cc19cf
Break verification down into smaller functions to keep code clean.

Adrian requested that we break things down to make things clean in the DWARFVerifier. This patch breaks everything down into nice individual functions and cleans up the code quite a bit and prepares us for the next round of verifiers.

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

llvm-svn: 302062
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp