Some random comment, naming, and format changes.
[oota-llvm.git] / lib / Target / ARM / ARMTargetObjectFile.h
index c6a7261439d7b084166fc908e7e970214ebea90f..7f60727e5305632addb244373d3aee2723fdcd39 100644 (file)
@@ -28,6 +28,11 @@ public:
 
   virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
 
+  const MCExpr *
+  getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
+                          MachineModuleInfo *MMI, unsigned Encoding,
+                          MCStreamer &Streamer) const;
+  
   virtual const MCSection *getAttributesSection() const {
     return AttributesSection;
   }