]> granicus.if.org Git - llvm/commit
[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)
commit93a98d69bb6e011b9dd0ae811219f1d01b4fff32
tree2c15d1f203d8242a7df7d8c1e83031152c77ee6c
parent7617a32179bf04cd358bbd05ca1398e015185dad
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369529 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp