Searched refs:getEHDispatchBlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp593 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { function in class:CodeGenFunction
734 LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
889 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
908 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
952 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
1058 // If there's only a single catch-all, getEHDispatchBlock returned
1094 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());
H A DCGCleanup.cpp970 llvm::BasicBlock *NextAction = getEHDispatchBlock(EHParent);
H A DCodeGenFunction.h1012 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);

Completed in 69 milliseconds