diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-21 01:16:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-21 01:16:31 +0000 |
commit | 9f9b304caf8b48bbee52bce3a07b0da6c204c660 (patch) | |
tree | 3ea07c6fe06ee1eaebadedea0e7cedd279319dfa /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | bca5c63d048aca12826ec97771538eb3ea74f11a (diff) | |
download | bcm5719-llvm-9f9b304caf8b48bbee52bce3a07b0da6c204c660.tar.gz bcm5719-llvm-9f9b304caf8b48bbee52bce3a07b0da6c204c660.zip |
Add more documenation for the lookup tables data members.
llvm-svn: 195297
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 02b984ebf6f..07f5a8592b4 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -76,6 +76,9 @@ class CompileUnit { StringMap<const DIE *> 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<std::vector<const DIE *> > AccelNames; StringMap<std::vector<const DIE *> > AccelObjC; |