Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp635 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { in getEHDispatchBlock() function in CodeGenFunction
852 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope())); in EmitLandingPad()
1158 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
H A DCGCleanup.cpp878 Builder.CreateBr(getEHDispatchBlock(EHParent)); in PopCleanupBlock()
H A DCodeGenFunction.h687 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);