Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index 35bddee41b350b81b19c524002255336d4700be3..689ccca655b68381ef735c8935e60144b1d5ab17 100644 (file)
 #define CODEGEN_ASMPRINTER_DWARFDEBUG_H__
 
 #include "DIE.h"
-#include "llvm/DebugInfo.h"
-#include "llvm/CodeGen/AsmPrinter.h"
-#include "llvm/CodeGen/LexicalScopes.h"
-#include "llvm/MC/MachineLocation.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/CodeGen/AsmPrinter.h"
+#include "llvm/CodeGen/LexicalScopes.h"
+#include "llvm/DebugInfo.h"
+#include "llvm/MC/MachineLocation.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/DebugLoc.h"
 
@@ -316,6 +316,9 @@ class DwarfDebug {
   // have exposed. See accessor functions below for description.
   bool IsDarwinGDBCompat;
 
+  // Counter for assigning globally unique IDs for CUs.
+  unsigned GlobalCUIndexCount;
+
   // DWARF5 Experimental Options
   bool HasDwarfAccelTables;
   bool HasDwarfFission;