Searched refs:EmitRuntimeCallOrInvoke (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 649 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EnterCXXTryStmt() 1337 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit() 1382 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit() 1386 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit() 1650 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EmitSEHTryStmt() 2207 EmitRuntimeCallOrInvoke(SehTryEnd); in ExitSEHTryStmt()
|
| H A D | CGCUDANV.cpp | 385 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew() 435 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy() 448 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
|
| H A D | CGObjCRuntime.cpp | 136 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
|
| H A D | CGObjCGNU.cpp | 696 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 780 llvm::CallBase *slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args); in LookupIMP() 2069 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args); in LookupIMP() 2071 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 4054 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt() 4060 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
|
| H A D | ItaniumCXXABI.cpp | 1267 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow() 1420 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadTypeidCall() 1541 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadCastCall() 4408 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
|
| H A D | CGBlocks.cpp | 2014 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction() 2814 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
|
| H A D | MicrosoftCXXABI.cpp | 894 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow() 973 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall() 1030 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args); in EmitDynamicCastCall()
|
| H A D | CGCall.cpp | 4531 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction 4533 return EmitRuntimeCallOrInvoke(callee, None, name); in EmitRuntimeCallOrInvoke() 4538 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
|
| H A D | CodeGenFunction.h | 4045 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, 4048 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
|
| H A D | CGObjCMac.cpp | 7817 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt() 7821 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
|
| H A D | CGObjC.cpp | 2677 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
|
| H A D | CGBuiltin.cpp | 1118 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()
|