Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp617 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) { in getEHDispatchBlock() function in CodeGenFunction
891 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope())); in EmitLandingPad()
1198 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()
DCGCleanup.cpp878 Builder.CreateBr(getEHDispatchBlock(EHParent)); in PopCleanupBlock()
DCodeGenFunction.h594 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);