|
LLVM
3.7.0
|
#include <WinEHFuncInfo.h>
Public Member Functions | |
| CatchHandler (BasicBlock *BB, Constant *Selector, BasicBlock *NextBB) | |
| Constant * | getSelector () const |
| BasicBlock * | getNextBB () const |
| const Value * | getExceptionVar () |
| TinyPtrVector< BasicBlock * > & | getReturnTargets () |
| void | setExceptionVar (const Value *Val) |
| void | setExceptionVarIndex (int Index) |
| int | getExceptionVarIndex () const |
| void | setReturnTargets (TinyPtrVector< BasicBlock * > &Targets) |
Public Member Functions inherited from llvm::ActionHandler | |
| ActionHandler (BasicBlock *BB, ActionType Type) | |
| ActionType | getType () const |
| BasicBlock * | getStartBlock () const |
| bool | hasBeenProcessed () |
| void | setHandlerBlockOrFunc (Constant *F) |
| Constant * | getHandlerBlockOrFunc () |
| void | setEHState (int State) |
| int | getEHState () const |
Static Public Member Functions | |
| static bool | classof (const ActionHandler *H) |
Definition at line 59 of file WinEHFuncInfo.h.
|
inline |
Definition at line 61 of file WinEHFuncInfo.h.
|
inlinestatic |
Definition at line 67 of file WinEHFuncInfo.h.
References llvm::Catch, and llvm::ActionHandler::getType().
Definition at line 74 of file WinEHFuncInfo.h.
|
inline |
Definition at line 79 of file WinEHFuncInfo.h.
|
inline |
Definition at line 72 of file WinEHFuncInfo.h.
|
inline |
Definition at line 75 of file WinEHFuncInfo.h.
|
inline |
Definition at line 71 of file WinEHFuncInfo.h.
Definition at line 77 of file WinEHFuncInfo.h.
|
inline |
Definition at line 78 of file WinEHFuncInfo.h.
|
inline |
Definition at line 80 of file WinEHFuncInfo.h.
1.8.6