DWARF: Remove cu_idx variables from parsing functions
authorPavel Labath <pavel@labath.sk>
Mon, 27 May 2019 10:10:59 +0000 (10:10 +0000)
committerPavel Labath <pavel@labath.sk>
Mon, 27 May 2019 10:10:59 +0000 (10:10 +0000)
commit519ef6afdf18ae88f5a2e0ef7499a1aaeb74e995
tree4a3715142e20001a2def0dfdf8773039570fa743
parent32497f57dfee25ae75e5e9f906eeb1a2d87d9e88
DWARF: Remove cu_idx variables from parsing functions

These variables were useful when looking up the compile unit index
required a binary search. Now that we can look up a compile unit index
in constant time, they are no longer needed.

llvm-svn: 361754
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h