Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.
authorAlexey Samsonov <samsonov@google.com>
Mon, 28 Oct 2013 23:58:58 +0000 (23:58 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 28 Oct 2013 23:58:58 +0000 (23:58 +0000)
commit39f62fa3dd1f683288e67ba58bef785b2dcaa98c
treeddc5a3d95a9b8855bdb382bfd5d69a2be4c04ec2
parent61e22ea592f877d4b7a632fc3ac208445612a8bd
Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.

Complicated CU-DIE-specific logic in the latter was never used,
and it makes sense to have safety checks for broken dwarf in the former.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h