From 9f9b304caf8b48bbee52bce3a07b0da6c204c660 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 21 Nov 2013 01:16:31 +0000 Subject: [PATCH] Add more documenation for the lookup tables data members. llvm-svn: 195297 --- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 02b984ebf6ff..07f5a8592b47 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -76,6 +76,9 @@ class CompileUnit { StringMap GlobalTypes; /// AccelNames - A map of names for the name accelerator table. + /// AccelObjC - A map of objc spec for the objc accelerator table. + /// AccelNamespace - A map of names for the namespace accelerator table. + /// AccelTypes - A map of names for the type accelerator table. /// StringMap > AccelNames; StringMap > AccelObjC;