Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.h191 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler() function
H A DCGException.cpp1466 catchScope->setCatchAllHandler(0, catchBB); in enter()
2184 CatchScope->setCatchAllHandler(0, createBasicBlock("__except")); in EnterSEHTryStmt()