Searched refs:EmitRuntimeCallOrInvoke (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 1359 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 D | CGCUDANV.cpp | 396 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew() 446 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy() 459 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
|
| H A D | CGObjCRuntime.cpp | 135 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
|
| H A D | CGObjCGNU.cpp | 700 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 D | ItaniumCXXABI.cpp | 1278 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 D | CGBlocks.cpp | 1974 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction() 2769 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
|
| H A D | MicrosoftCXXABI.cpp | 919 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow() 998 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall() 1053 return CGF.EmitRuntimeCallOrInvoke(Function, Args); in emitDynamicCastCall()
|
| H A D | CGCall.cpp | 4811 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 D | CodeGenFunction.h | 4161 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, 4164 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
|
| H A D | CGObjCMac.cpp | 7772 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt() 7776 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
|
| H A D | CGObjC.cpp | 2705 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
|
| H A D | CGBuiltin.cpp | 1417 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()
|