LLVM  3.7.0
Classes | Namespaces | Enumerations | Functions
WinEHFuncInfo.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/ADT/DenseMap.h"
Include dependency graph for WinEHFuncInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ActionHandler
 
class  llvm::CatchHandler
 
class  llvm::CleanupHandler
 
struct  llvm::WinEHUnwindMapEntry
 
struct  llvm::WinEHHandlerType
 
struct  llvm::WinEHTryBlockMapEntry
 
struct  llvm::WinEHFuncInfo
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Enumerations

enum  llvm::ActionType { llvm::Catch, llvm::Cleanup }
 

Functions

void llvm::parseEHActions (const IntrinsicInst *II, SmallVectorImpl< std::unique_ptr< ActionHandler >> &Actions)
 
void llvm::calculateWinCXXEHStateNumbers (const Function *ParentFn, WinEHFuncInfo &FuncInfo)
 Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which describes the state numbers and tables used by __CxxFrameHandler3. More...