Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1359 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1404 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit()
1408 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit()
1671 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EmitSEHTryStmt()
2216 EmitRuntimeCallOrInvoke(SehTryEnd); in ExitSEHTryStmt()
H A DCGCUDANV.cpp396 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew()
446 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy()
459 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
H A DCGObjCRuntime.cpp135 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
H A DCGObjCGNU.cpp700 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
784 llvm::CallBase *slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args); in LookupIMP()
2177 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args); in LookupIMP()
2179 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
4194 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()
4199 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
H A DItaniumCXXABI.cpp1278 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow()
1432 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadTypeidCall()
1619 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadCastCall()
4510 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
H A DCGBlocks.cpp1974 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2769 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DMicrosoftCXXABI.cpp919 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
998 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
1053 return CGF.EmitRuntimeCallOrInvoke(Function, Args); in emitDynamicCastCall()
H A DCGCall.cpp4811 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
4813 return EmitRuntimeCallOrInvoke(callee, std::nullopt, name); in EmitRuntimeCallOrInvoke()
4818 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h4161 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
4164 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGObjCMac.cpp7772 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt()
7776 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
H A DCGObjC.cpp2705 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp1417 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()