|
LLVM
3.7.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/TinyPtrVector.h"#include "llvm/ADT/DenseMap.h"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... | |
1.8.6