Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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:
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp4664 llvm::BasicBlock *TryHandler = CGF.createBasicBlock("try.handler"); in EmitTryOrSynchronizedStmt() local
4667 CGF.Builder.CreateCondBr(DidCatch, TryHandler, TryBlock); in EmitTryOrSynchronizedStmt()
4678 CGF.EmitBlock(TryHandler); in EmitTryOrSynchronizedStmt()