[Statepoints] Support for "patchable" statepoints.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinterHandler.h
index 31867dd01d05ef626f25bf5aa07a5cf42190b294..f1efe9d835e05cc409b6091012b633166d6f2795 100644 (file)
@@ -41,6 +41,10 @@ public:
   /// call.
   virtual void beginFunction(const MachineFunction *MF) = 0;
 
+  // \brief Emit any of function marker (like .cfi_endproc). This is called
+  // before endFunction and cannot switch sections.
+  virtual void markFunctionEnd();
+
   /// \brief Gather post-function debug information.
   /// Please note that some AsmPrinter implementations may not call
   /// beginFunction at all.