mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Move member variable up to where the rest of non-DWARF5 variables reside.
llvm-svn: 195380
This commit is contained in:
parent
de158d8dc9
commit
b1461615d9
@ -456,6 +456,9 @@ class DwarfDebug {
|
||||
// Version of dwarf we're emitting.
|
||||
unsigned DwarfVersion;
|
||||
|
||||
// Maps from a type identifier to the actual MDNode.
|
||||
DITypeIdentifierMap TypeIdentifierMap;
|
||||
|
||||
// DWARF5 Experimental Options
|
||||
bool HasDwarfAccelTables;
|
||||
bool HasSplitDwarf;
|
||||
@ -477,9 +480,6 @@ class DwarfDebug {
|
||||
// Holder for the skeleton information.
|
||||
DwarfUnits SkeletonHolder;
|
||||
|
||||
// Maps from a type identifier to the actual MDNode.
|
||||
DITypeIdentifierMap TypeIdentifierMap;
|
||||
|
||||
private:
|
||||
|
||||
void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|
||||
|
Loading…
Reference in New Issue
Block a user