obj2yaml: Use the correct relocation type for different machine types
[oota-llvm.git] / lib / DebugInfo / DWARFTypeUnit.h
index 7a0dab204d0adce07faf533ec72770f11814d787..05e13ff104857a2a2729f75f3b715b261c7e92a4 100644 (file)
@@ -23,10 +23,10 @@ public:
                 StringRef RS, StringRef SS, StringRef SOS, StringRef AOS,
                 const RelocAddrMap *M, bool LE)
       : DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
-  uint32_t getSize() const LLVM_OVERRIDE { return DWARFUnit::getSize() + 12; }
+  uint32_t getSize() const override { return DWARFUnit::getSize() + 12; }
   void dump(raw_ostream &OS);
 protected:
-  bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE;
+  bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) override;
 };
 
 }