Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h138 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
580 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
588 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp165 si = cleanup->getEnclosingEHScope(); in requiresLandingPad()
216 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
249 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
623 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1107 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp887 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
962 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
/external/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()
206 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
239 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
662 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1155 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp922 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
966 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitWasmCatchPadBlock()
1108 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()