Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp618 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { in getEHDispatchBlock() function in CodeGenFunction
752 LP = getEHDispatchBlock(EHStack.getInnermostEHScope()); in getInvokeDestImpl()
903 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope())); in EmitLandingPad()
922 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
966 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitWasmCatchPadBlock()
1108 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
DCGCleanup.cpp971 llvm::BasicBlock *NextAction = getEHDispatchBlock(EHParent); in PopCleanupBlock()
DCodeGenFunction.h1089 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);
/external/clang/lib/CodeGen/
DCGException.cpp576 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { in getEHDispatchBlock() function in CodeGenFunction
713 LP = getEHDispatchBlock(EHStack.getInnermostEHScope()); in getInvokeDestImpl()
868 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope())); in EmitLandingPad()
887 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
962 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
DCGCleanup.cpp928 llvm::BasicBlock *NextAction = getEHDispatchBlock(EHParent); in PopCleanupBlock()
DCodeGenFunction.h729 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);