DWARF: Remove accessors that parse the whole line table section in one go, this can...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Sep 2011 20:43:18 +0000 (20:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Sep 2011 20:43:18 +0000 (20:43 +0000)
commitc26ed9b47ff77ca6244feda9e3837b49624605db
tree85ca519ec4b793cfdfe44275827433ce178d4f36
parentaba8015cc375ac7de757d92e55d1aad986de6202
DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work.

The address size is specified by the compile unit associated with a line table, there is no global address size.

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