LLVM  8.0.1
Classes | Namespaces | Typedefs | Enumerations | Functions
WinEHFuncInfo.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"
#include <cstdint>
#include <limits>
#include <utility>
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

struct  llvm::CxxUnwindMapEntry
 
struct  llvm::SEHUnwindMapEntry
 Similar to CxxUnwindMapEntry, but supports SEH filters. More...
 
struct  llvm::WinEHHandlerType
 
struct  llvm::WinEHTryBlockMapEntry
 
struct  llvm::ClrEHUnwindMapEntry
 
struct  llvm::WinEHFuncInfo
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Typedefs

using llvm::MBBOrBasicBlock = PointerUnion< const BasicBlock *, MachineBasicBlock * >
 

Enumerations

enum  llvm::ClrHandlerType { llvm::ClrHandlerType::Catch, llvm::ClrHandlerType::Finally, llvm::ClrHandlerType::Fault, llvm::ClrHandlerType::Filter }
 

Functions

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...
 
void llvm::calculateSEHStateNumbers (const Function *ParentFn, WinEHFuncInfo &FuncInfo)
 
void llvm::calculateClrEHStateNumbers (const Function *Fn, WinEHFuncInfo &FuncInfo)