Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp142 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument
156 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
244 if (beginCatchFn) in EmitTryCatchStmt()
245 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
H A DCGObjCRuntime.h100 llvm::FunctionCallee beginCatchFn,
H A DCGException.cpp1440 llvm::FunctionCallee beginCatchFn, in enter() argument
1443 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1447 BeginCatchFn = beginCatchFn; in enter()
H A DCodeGenFunction.h889 llvm::FunctionCallee beginCatchFn,