Home
last modified time | relevance | path

Searched refs:CleanupHandler (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h99 class CleanupHandler : public ActionHandler {
101 CleanupHandler(BasicBlock *BB) : ActionHandler(BB, ActionType::Cleanup) {} in CleanupHandler() function
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp67 typedef DenseMap<const BasicBlock *, CleanupHandler *> CleanupHandlerMapTy;
280 void insertCleanupHandler(CleanupHandler *Action) { in insertCleanupHandler()
1465 CleanupHandler *Action = new CleanupHandler(BB); in createCleanupHandler()
1650 auto *Action = new CleanupHandler(BB); in findCleanupHandlers()
1726 auto *CH = new CleanupHandler(/*BB=*/nullptr); in parseEHActions()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp293 if (auto *CH = dyn_cast_or_null<CleanupHandler>(AH)) in createUnwindMapEntry()