[PowerPC] Fix large code model with the ELFv2 ABI
[oota-llvm.git] / lib / Target / PowerPC / PPCMachineFunctionInfo.h
index 607cdf612eef60a6c764ab87639543b7f950d9de..10a8ce068d40aa0b2e332c9f6c223d1ff7cbb143 100644 (file)
@@ -197,6 +197,10 @@ public:
   bool usesPICBase() const { return UsesPICBase; }
 
   MCSymbol *getPICOffsetSymbol() const;
+
+  MCSymbol *getGlobalEPSymbol() const;
+  MCSymbol *getLocalEPSymbol() const;
+  MCSymbol *getTOCOffsetSymbol() const;
 };
 
 } // end of namespace llvm