Home
last modified time | relevance | path

Searched refs:innermostEHScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp734 EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope()); in EmitLandingPad() local
735 switch (innermostEHScope.getKind()) { in EmitLandingPad()
745 if (llvm::BasicBlock *lpad = innermostEHScope.getCachedLandingPad()) in EmitLandingPad()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp775 EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope()); in EmitLandingPad() local
776 switch (innermostEHScope.getKind()) { in EmitLandingPad()
783 if (llvm::BasicBlock *lpad = innermostEHScope.getCachedLandingPad()) in EmitLandingPad()