OSDN Git Service

[DebugInfo] add SectionedAddress to DebugInfo interfaces.
[android-x86/external-llvm.git] / include / llvm / DebugInfo / DWARF / DWARFSection.h
index bb00046..054524d 100644 (file)
@@ -22,11 +22,6 @@ struct SectionName {
   bool IsNameUnique;
 };
 
-struct SectionedAddress {
-  uint64_t Address;
-  uint64_t SectionIndex;
-};
-
 } // end namespace llvm
 
 #endif // LLVM_DEBUGINFO_DWARF_DWARFSECTION_H