mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Add more documenation for the lookup tables data members.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd355a033e
commit
1531e711ac
@ -76,6 +76,9 @@ class CompileUnit {
|
|||||||
StringMap<const DIE *> GlobalTypes;
|
StringMap<const DIE *> GlobalTypes;
|
||||||
|
|
||||||
/// AccelNames - A map of names for the name accelerator table.
|
/// 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 *> > AccelNames;
|
||||||
StringMap<std::vector<const DIE *> > AccelObjC;
|
StringMap<std::vector<const DIE *> > AccelObjC;
|
||||||
|
Loading…
Reference in New Issue
Block a user