Add LLVM_OVERRIDE to a few declarations.
[oota-llvm.git] / lib / Target / ARM / ARMTargetObjectFile.h
index 9767045ace9ab20d3331a2fc7044bb613862a50a..b3460c491bc12e28190a95a1b1df85b537543966 100644 (file)
@@ -26,15 +26,17 @@ public:
     AttributesSection(NULL)
   {}
 
-  virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
+  void Initialize(MCContext &Ctx, const TargetMachine &TM) LLVM_OVERRIDE;
 
-  const MCExpr *
-  getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
-                          MachineModuleInfo *MMI, unsigned Encoding,
-                          MCStreamer &Streamer) const;
+  const MCExpr *getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
+                                        MachineModuleInfo *MMI,
+                                        unsigned Encoding,
+                                        MCStreamer &Streamer) const
+      LLVM_OVERRIDE;
 
   /// \brief Describe a TLS variable address within debug info.
-  virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
+  const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const
+      LLVM_OVERRIDE;
 };
 
 } // end namespace llvm