[LLDB] - Simplify. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 10 Oct 2018 08:49:17 +0000 (08:49 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 10 Oct 2018 08:49:17 +0000 (08:49 +0000)
commit60b6f140cfc75fe4c519c2e3f2eb8a1d1278e1f6
tree59d56e04fed00a7a5918585af6128fd79a756e10
parent6c656b73c50855063be5f0cfbb31a0b805514a0f
[LLDB] - Simplify. NFC.

There are several places that call `FindRanges`,
all of them use `Slide` to adjust the ranges found
by the base address.
All except one, which does the same manually in a loop.
Patch updates it to use `Slide` for consistency.

llvm-svn: 344122
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp