Searched refs:EmitRuntimeCallOrInvoke (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 643 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EnterCXXTryStmt() 1331 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit() 1376 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit() 1380 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit() 1644 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EmitSEHTryStmt() 2200 EmitRuntimeCallOrInvoke(SehTryEnd); in ExitSEHTryStmt()
|
| H A D | CGCUDANV.cpp | 378 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew() 428 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy() 441 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
|
| H A D | CGObjCRuntime.cpp | 136 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
|
| H A D | CGObjCGNU.cpp | 695 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 779 llvm::CallBase *slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args); in LookupIMP() 2066 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args); in LookupIMP() 2068 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 3972 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt() 3978 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
|
| H A D | ItaniumCXXABI.cpp | 1301 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow() 1453 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadTypeidCall() 1574 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadCastCall() 4443 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
|
| H A D | CGBlocks.cpp | 2032 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction() 2834 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
|
| H A D | MicrosoftCXXABI.cpp | 888 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow() 966 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall() 1023 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args); in EmitDynamicCastCall()
|
| H A D | CGCall.cpp | 4446 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction 4448 return EmitRuntimeCallOrInvoke(callee, None, name); in EmitRuntimeCallOrInvoke() 4453 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
|
| H A D | CodeGenFunction.h | 3979 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, 3982 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
|
| H A D | CGObjCMac.cpp | 7845 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt() 7849 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
|
| H A D | CGObjC.cpp | 2679 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
|
| H A D | CGBuiltin.cpp | 1091 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()
|