Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCleanup.h137 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
563 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
571 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp157 si = cleanup->getEnclosingEHScope(); in requiresLandingPad()
211 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
244 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
667 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1185 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp953 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
997 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitWasmCatchPadBlock()
1139 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()