summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-01-22 13:17:23 +0000
committerPavel Labath <labath@google.com>2018-01-22 13:17:23 +0000
commit9b36fd25419cf72907b7c0b3c34431f460d6ef45 (patch)
treeb6094b8998f112238fa1f5058848884b2c2ef27a /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
parent62dbdf1790eb05f2716475ccb0d37efc18293cc5 (diff)
downloadbcm5719-llvm-9b36fd25419cf72907b7c0b3c34431f460d6ef45.tar.gz
bcm5719-llvm-9b36fd25419cf72907b7c0b3c34431f460d6ef45.zip
Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC
This frees up the first name to be used as an base class for the apple table and the dwarf5 .debug_names accel table. The rename was split off from D42297 (adding of debug_names support), which is still under review. llvm-svn: 323113
Diffstat (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp')
-rw-r--r--llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
index 12c005de600..1142fe3319c 100644
--- a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
+++ b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
@@ -363,7 +363,7 @@ static bool dumpObjectFile(ObjectFile &Obj, DWARFContext &DICtx, Twine Filename,
if (!Find.empty()) {
DumpOffsets[DIDT_ID_DebugInfo] = [&]() -> llvm::Optional<uint64_t> {
for (auto Name : Find) {
- auto find = [&](const DWARFAcceleratorTable &Accel)
+ auto find = [&](const AppleAcceleratorTable &Accel)
-> llvm::Optional<uint64_t> {
for (auto Entry : Accel.equal_range(Name))
for (auto Atom : Entry)
OpenPOWER on IntegriCloud