Home
last modified time | relevance | path

Searched refs:requiresLandingPad (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DEHScopeStack.h347 bool requiresLandingPad() const;
DCGException.cpp686 assert(EHStack.requiresLandingPad()); in getInvokeDestImpl()
732 assert(EHStack.requiresLandingPad()); in EmitLandingPad()
DCGCleanup.cpp160 bool EHScopeStack::requiresLandingPad() const { in requiresLandingPad() function in EHScopeStack
DCodeGenFunction.h1232 if (!EHStack.requiresLandingPad()) return nullptr; in getInvokeDest()