Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / MC / MCWinEH.h
index 5069fafc6c3ffdb94699972f9ee2262f270c6f9c..723d7a397c496576d78a01034954724c16cdee76 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 MCSection *getPDataSection(const MCSymbol *Function,
+                                    MCContext &Context);
+  static MCSection *getXDataSection(const MCSymbol *Function,
+                                    MCContext &Context);
 
   virtual ~UnwindEmitter() { }