Home
last modified time | relevance | path

Searched defs:CatchAction (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp416 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local
459 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local
484 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local
858 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in outlineHandler() local
906 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in outlineHandler() local
951 void WinEHPrepare::processSEHCatchHandler(CatchHandler *CatchAction, in processSEHCatchHandler()
1383 CatchHandler *CatchAction = findCatchHandler(BB, NextBB, VisitedBlocks); in mapLandingPadBlocks() local