OSDN Git Service

[DebugInfo] add SectionedAddress to DebugInfo interfaces.
[android-x86/external-llvm.git] / include / llvm / DebugInfo / DWARF / DWARFDebugRangeList.h
index c1c0f42..a66f602 100644 (file)
@@ -76,7 +76,7 @@ public:
   /// list. Has to be passed base address of the compile unit referencing this
   /// range list.
   DWARFAddressRangesVector
-  getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr) const;
+  getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
 };
 
 } // end namespace llvm