[DWARF] Adjust return type of DWARFUnit::getLength().
authorIgor Kudrin <ikudrin@accesssoftek.com>
Wed, 21 Aug 2019 14:10:57 +0000 (14:10 +0000)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Wed, 21 Aug 2019 14:10:57 +0000 (14:10 +0000)
commited413074f2064f41bf2e27f3f35a8fda3e7ffdc8
treec82b10439022a01ff161add3f114c74b6e7602e7
parentc3bf3d14ea66767e688242c93cb9920ad80b64a3
[DWARF] Adjust return type of DWARFUnit::getLength().

DWARFUnitHeader::getLength() returns uint64_t.
DWARFUnit::getLength() should do the same.

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

llvm-svn: 369529
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp