Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1360 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1405 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit()
1409 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit()
1672 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EmitSEHTryStmt()
2219 EmitRuntimeCallOrInvoke(SehTryEnd); in ExitSEHTryStmt()
H A DCGCUDANV.cpp390 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, {GridDim.emitRawPointer(CGF), in emitDeviceStubBodyNew()
468 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy()
481 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
H A DCGObjCRuntime.cpp135 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
H A DCGObjCGNU.cpp698 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
783 llvm::CallBase *slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args); in LookupIMP()
2175 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args); in LookupIMP()
2177 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
4193 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()
4198 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
H A DItaniumCXXABI.cpp1423 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow()
1585 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadTypeidCall()
1785 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadCastCall()
4785 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
H A DCGBlocks.cpp1991 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2787 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DMicrosoftCXXABI.cpp917 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
994 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
1049 return CGF.EmitRuntimeCallOrInvoke(Function, Args); in emitDynamicCastCall()
H A DCGCall.cpp4848 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
4850 return EmitRuntimeCallOrInvoke(callee, std::nullopt, name); in EmitRuntimeCallOrInvoke()
4855 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h4416 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
4419 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGObjCMac.cpp7778 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt()
7782 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
H A DCGObjC.cpp2703 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp1427 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()