Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp145 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument
159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
242 if (beginCatchFn) in EmitTryCatchStmt()
243 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
DCGObjCRuntime.h100 llvm::FunctionCallee beginCatchFn,
DCGException.cpp1411 llvm::FunctionCallee beginCatchFn, in enter() argument
1414 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1418 BeginCatchFn = beginCatchFn; in enter()
DCodeGenFunction.h715 llvm::FunctionCallee beginCatchFn,