Home
last modified time | relevance | path

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

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