Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp649 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 DCGCUDANV.cpp385 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew()
435 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy()
448 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
H A DCGObjCRuntime.cpp136 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
H A DCGObjCGNU.cpp696 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 DItaniumCXXABI.cpp1267 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 DCGBlocks.cpp2014 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2814 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DMicrosoftCXXABI.cpp894 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
973 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
1030 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args); in EmitDynamicCastCall()
H A DCGCall.cpp4531 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 DCodeGenFunction.h4045 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
4048 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGObjCMac.cpp7817 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt()
7821 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
H A DCGObjC.cpp2677 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp1118 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()