mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Add more documenation for the lookup tables data members.
llvm-svn: 195297
This commit is contained in:
parent
8c89e3899c
commit
61450632e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user