Convert over to the latest and greatest on disc accelerator
hash tables. Renamed the DWARF sections to ".apple_names" and
".apple_types" until we get more buy in from other vendors.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@140702 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/lldb.cpp b/source/lldb.cpp
index 94c6400..f640457 100644
--- a/source/lldb.cpp
+++ b/source/lldb.cpp
@@ -259,8 +259,8 @@
     case eSectionTypeDWARFDebugPubTypes: return "dwarf-pubtypes";
     case eSectionTypeDWARFDebugRanges: return "dwarf-ranges";
     case eSectionTypeDWARFDebugStr: return "dwarf-str";
-    case eSectionTypeDWARFDebugNames: return "dwarf-names";
-    case eSectionTypeDWARFDebugTypes: return "dwarf-types";
+    case eSectionTypeDWARFAppleNames: return "apple-names";
+    case eSectionTypeDWARFAppleTypes: return "apple-types";
     case eSectionTypeEHFrame: return "eh-frame";
     case eSectionTypeOther: return "regular";
     }