From 9b36fd25419cf72907b7c0b3c34431f460d6ef45 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 22 Jan 2018 13:17:23 +0000 Subject: 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 --- llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp') 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 { for (auto Name : Find) { - auto find = [&](const DWARFAcceleratorTable &Accel) + auto find = [&](const AppleAcceleratorTable &Accel) -> llvm::Optional { for (auto Entry : Accel.equal_range(Name)) for (auto Atom : Entry) -- cgit v1.2.3