Add accessors for manipulating an MCInst's operands.
[oota-llvm.git] / include / llvm / MC / MCWin64EH.h
index 5c0cfad7c36e4b3cb51c23013d0050c8ff7f6767..eb4665a2e994c2106e8e41119fcecfdcda2299b8 100644 (file)
@@ -20,6 +20,7 @@
 #include <vector>
 
 namespace llvm {
+  class StringRef;
   class MCStreamer;
   class MCSymbol;
 
@@ -80,6 +81,7 @@ namespace llvm {
 
   class MCWin64EHUnwindEmitter {
   public:
+    static StringRef GetSectionSuffix(const MCSymbol *func);
     //
     // This emits the unwind info sections (.pdata and .xdata in PE/COFF).
     //