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

/external/clang/lib/CodeGen/
H A DCGException.cpp621 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { function in class:CodeGenFunction
840 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
1112 // If there's only a single catch-all, getEHDispatchBlock returned
1146 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());
H A DCGCleanup.cpp880 Builder.CreateBr(getEHDispatchBlock(EHParent));
H A DCodeGenFunction.h601 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);

Completed in 2803 milliseconds