Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h193 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler() function
DCGException.cpp1242 catchScope->setCatchAllHandler(0, catchBB); in enter()
1805 CatchScope->setCatchAllHandler(0, createBasicBlock("__except")); in EnterSEHTryStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.h192 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler() function
DCGException.cpp1428 catchScope->setCatchAllHandler(0, catchBB); in enter()
2088 CatchScope->setCatchAllHandler(0, createBasicBlock("__except")); in EnterSEHTryStmt()