DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::extractFast...
authorAlexey Samsonov <samsonov@google.com>
Mon, 28 Oct 2013 23:41:49 +0000 (23:41 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 28 Oct 2013 23:41:49 +0000 (23:41 +0000)
commit6faff4886a3059a8cda08f015d29a6c9a0a4de3c
treeb053da16d95ba9281bcfb868b049df1009f01f41
parent1765daa21c51a3e6bfc7db4adbbcbac0e0dcff3e
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::extractFast() interface. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193560 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARFFormValue.h
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFUnit.cpp
unittests/DebugInfo/DWARFFormValueTest.cpp