mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Move instance variable before experimental section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa30a0cf9b
commit
c9c17a8e4f
@ -402,6 +402,11 @@ class DwarfDebug {
|
||||
// Whether or not we're emitting info for older versions of gdb on darwin.
|
||||
bool IsDarwinGDBCompat;
|
||||
|
||||
// Holder for imported entities.
|
||||
typedef SmallVector<std::pair<const MDNode *, const MDNode *>, 32>
|
||||
ImportedEntityMap;
|
||||
ImportedEntityMap ScopesWithImportedEntities;
|
||||
|
||||
// DWARF5 Experimental Options
|
||||
bool HasDwarfAccelTables;
|
||||
bool HasSplitDwarf;
|
||||
@ -425,10 +430,6 @@ class DwarfDebug {
|
||||
// Holder for the skeleton information.
|
||||
DwarfUnits SkeletonHolder;
|
||||
|
||||
typedef SmallVector<std::pair<const MDNode *, const MDNode *>, 32>
|
||||
ImportedEntityMap;
|
||||
ImportedEntityMap ScopesWithImportedEntities;
|
||||
|
||||
private:
|
||||
|
||||
void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|
||||
|
Loading…
x
Reference in New Issue
Block a user