Add and update reset() and doInitialization() methods to MC* and passes.
[oota-llvm.git] / include / llvm / MC / MCWinEH.h
index 5069fafc6c3ffdb94699972f9ee2262f270c6f9c..05b58c753b661d32929a2638be9c2e3bfc4a55f2 100644 (file)
@@ -65,9 +65,10 @@ struct FrameInfo {
 
 class UnwindEmitter {
 public:
-  static StringRef GetSectionSuffix(const MCSymbol *Function);
-  static const MCSection *GetPDataSection(StringRef Suffix, MCContext &Context);
-  static const MCSection *GetXDataSection(StringRef Suffix, MCContext &Context);
+  static const MCSection *getPDataSection(const MCSymbol *Function,
+                                          MCContext &Context);
+  static const MCSection *getXDataSection(const MCSymbol *Function,
+                                          MCContext &Context);
 
   virtual ~UnwindEmitter() { }