Add .pdata and .xdata sections to the COFF TLOF implementation.
[oota-llvm.git] / include / llvm / Target / TargetLoweringObjectFile.h
index ec814ff04482eb25c975f86e7a4e890593686559..78d49a96a6a099af5845d3271d180278e9358e3c 100644 (file)
@@ -155,6 +155,8 @@ public:
   const MCSection *getTLSExtraDataSection() const {
     return TLSExtraDataSection;
   }
+  virtual const MCSection *getWin64EHFuncTableSection() const = 0;
+  virtual const MCSection *getWin64EHTableSection() const = 0;
   
   /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively
   /// decide not to emit the UsedDirective for some symbols in llvm.used.