Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h182 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler() function
DCGException.cpp579 CatchScope->setCatchAllHandler(I, Handler); in EnterCXXTryStmt()
1139 catchScope->setCatchAllHandler(0, catchBB); in enter()
1628 CatchScope->setCatchAllHandler(0, createBasicBlock("__except")); in EnterSEHTryStmt()