Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt134 goto TryHandler
136 In general, TryHandler is not the same as bazHandler, because multiple
138 optimization could merge the two basic blocks. TryHandler is the code
149 example). Assuming this, TryHandler would look something like this:
151 TryHandler:
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp4656 llvm::BasicBlock *TryHandler = CGF.createBasicBlock("try.handler"); in EmitTryOrSynchronizedStmt() local
4659 CGF.Builder.CreateCondBr(DidCatch, TryHandler, TryBlock); in EmitTryOrSynchronizedStmt()
4670 CGF.EmitBlock(TryHandler); in EmitTryOrSynchronizedStmt()