Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4738 static llvm::FunctionCallee getBeginCatchFn(CodeGenModule &CGM) { in getBeginCatchFn() function
4800 CGF.EmitNounwindRuntimeCall(getBeginCatchFn(CGF.CGM), Exn); in CallBeginCatch()
5066 llvm::CallInst *catchCall = builder.CreateCall(getBeginCatchFn(CGM), exn); in getClangCallTerminateFn()