Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp144 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument
158 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
245 if (beginCatchFn) in EmitTryCatchStmt()
246 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
H A DCGObjCRuntime.h101 llvm::FunctionCallee beginCatchFn,
H A DCGException.cpp1439 llvm::FunctionCallee beginCatchFn, in enter() argument
1442 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1446 BeginCatchFn = beginCatchFn; in enter()
H A DCodeGenFunction.h762 llvm::FunctionCallee beginCatchFn,