Reid Kleckner | 60b640b | 2015-05-28 22:47:01 +0000 | [diff] [blame] | 1 | //===-- WinException.h - Windows Exception Handling ----------*- C++ -*--===// |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This file contains support for writing windows exception info into asm files. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
| 14 | #ifndef LLVM_LIB_CODEGEN_ASMPRINTER_WIN64EXCEPTION_H |
| 15 | #define LLVM_LIB_CODEGEN_ASMPRINTER_WIN64EXCEPTION_H |
| 16 | |
| 17 | #include "EHStreamer.h" |
| 18 | |
| 19 | namespace llvm { |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 20 | class Function; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 21 | class MachineFunction; |
David Majnemer | cde3303 | 2015-03-30 22:58:10 +0000 | [diff] [blame] | 22 | class MCExpr; |
David Majnemer | 0ad363e | 2015-08-18 19:07:12 +0000 | [diff] [blame] | 23 | class Value; |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 24 | struct WinEHFuncInfo; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 25 | |
Benjamin Kramer | 286d466 | 2015-07-01 16:18:16 +0000 | [diff] [blame] | 26 | class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer { |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 27 | /// Per-function flag to indicate if personality info should be emitted. |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 28 | bool shouldEmitPersonality = false; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 29 | |
| 30 | /// Per-function flag to indicate if the LSDA should be emitted. |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 31 | bool shouldEmitLSDA = false; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 32 | |
| 33 | /// Per-function flag to indicate if frame moves info should be emitted. |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 34 | bool shouldEmitMoves = false; |
| 35 | |
| 36 | /// True if this is a 64-bit target and we should use image relative offsets. |
| 37 | bool useImageRel32 = false; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 38 | |
David Majnemer | a80c151 | 2015-09-29 20:12:33 +0000 | [diff] [blame] | 39 | /// Pointer to the current funclet entry BB. |
| 40 | const MachineBasicBlock *CurrentFuncletEntry = nullptr; |
| 41 | |
Reid Kleckner | 94b704c | 2015-09-09 21:10:03 +0000 | [diff] [blame] | 42 | void emitCSpecificHandlerTable(const MachineFunction *MF); |
Reid Kleckner | 0a57f65 | 2015-01-14 01:05:27 +0000 | [diff] [blame] | 43 | |
Reid Kleckner | d880dc7 | 2015-10-09 20:39:39 +0000 | [diff] [blame^] | 44 | void emitSEHActionsForRange(WinEHFuncInfo &FuncInfo, MCSymbol *BeginLabel, |
| 45 | MCSymbol *EndLabel, int State); |
| 46 | |
Reid Kleckner | f12c030 | 2015-06-09 21:42:19 +0000 | [diff] [blame] | 47 | /// Emit the EH table data for 32-bit and 64-bit functions using |
| 48 | /// the __CxxFrameHandler3 personality. |
David Majnemer | cde3303 | 2015-03-30 22:58:10 +0000 | [diff] [blame] | 49 | void emitCXXFrameHandler3Table(const MachineFunction *MF); |
| 50 | |
Reid Kleckner | f12c030 | 2015-06-09 21:42:19 +0000 | [diff] [blame] | 51 | /// Emit the EH table data for _except_handler3 and _except_handler4 |
| 52 | /// personality functions. These are only used on 32-bit and do not use CFI |
| 53 | /// tables. |
| 54 | void emitExceptHandlerTable(const MachineFunction *MF); |
| 55 | |
Reid Kleckner | c71d627 | 2015-09-28 23:56:30 +0000 | [diff] [blame] | 56 | void computeIP2StateTable( |
| 57 | const MachineFunction *MF, WinEHFuncInfo &FuncInfo, |
| 58 | SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable); |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 59 | |
Reid Kleckner | 399a2fe | 2015-06-30 22:46:59 +0000 | [diff] [blame] | 60 | /// Emits the label used with llvm.x86.seh.recoverfp, which is used by |
| 61 | /// outlined funclets. |
| 62 | void emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, |
| 63 | StringRef FLinkageName); |
| 64 | |
Reid Kleckner | 1d3d4ad | 2015-05-29 17:00:57 +0000 | [diff] [blame] | 65 | const MCExpr *create32bitRef(const MCSymbol *Value); |
David Majnemer | 0ad363e | 2015-08-18 19:07:12 +0000 | [diff] [blame] | 66 | const MCExpr *create32bitRef(const Value *V); |
Reid Kleckner | c71d627 | 2015-09-28 23:56:30 +0000 | [diff] [blame] | 67 | const MCExpr *getLabelPlusOne(MCSymbol *Label); |
Reid Kleckner | 0a57f65 | 2015-01-14 01:05:27 +0000 | [diff] [blame] | 68 | |
Reid Kleckner | 70bf6bb | 2015-10-07 21:13:15 +0000 | [diff] [blame] | 69 | /// Gets the offset that we should use in a table for a stack object with the |
| 70 | /// given index. For targets using CFI (Win64, etc), this is relative to the |
| 71 | /// established SP at the end of the prologue. For targets without CFI (Win32 |
| 72 | /// only), it is relative to the frame pointer. |
| 73 | int getFrameIndexOffset(int FrameIndex); |
| 74 | |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 75 | public: |
| 76 | //===--------------------------------------------------------------------===// |
| 77 | // Main entry points. |
| 78 | // |
Reid Kleckner | 60b640b | 2015-05-28 22:47:01 +0000 | [diff] [blame] | 79 | WinException(AsmPrinter *A); |
| 80 | ~WinException() override; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 81 | |
| 82 | /// Emit all exception information that should come after the content. |
| 83 | void endModule() override; |
| 84 | |
| 85 | /// Gather pre-function exception information. Assumes being emitted |
| 86 | /// immediately after the function entry point. |
| 87 | void beginFunction(const MachineFunction *MF) override; |
| 88 | |
| 89 | /// Gather and emit post-function exception information. |
| 90 | void endFunction(const MachineFunction *) override; |
David Majnemer | a80c151 | 2015-09-29 20:12:33 +0000 | [diff] [blame] | 91 | |
| 92 | /// \brief Emit target-specific EH funclet machinery. |
| 93 | void beginFunclet(const MachineBasicBlock &MBB, MCSymbol *Sym) override; |
| 94 | void endFunclet() override; |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 95 | }; |
Alexander Kornienko | f00654e | 2015-06-23 09:49:53 +0000 | [diff] [blame] | 96 | } |
Saleem Abdulrasool | 0fba7b5 | 2014-09-01 23:48:34 +0000 | [diff] [blame] | 97 | |
| 98 | #endif |
| 99 | |