Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp649 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EnterCXXTryStmt()
1335 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1380 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit()
1384 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit()
1647 EmitRuntimeCallOrInvoke(getSehTryBeginFn(CGM)); in EmitSEHTryStmt()
2204 EmitRuntimeCallOrInvoke(SehTryEnd); in ExitSEHTryStmt()
H A DCGCUDANV.cpp399 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew()
449 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy()
462 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
H A DCGObjCRuntime.cpp137 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()
4053 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt()
4059 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
H A DItaniumCXXABI.cpp1255 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow()
1409 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadTypeidCall()
1530 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); in EmitBadCastCall()
4436 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
H A DCGBlocks.cpp2010 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2810 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DMicrosoftCXXABI.cpp907 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
986 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
1043 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args); in EmitDynamicCastCall()
H A DCGCall.cpp4581 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
4583 return EmitRuntimeCallOrInvoke(callee, std::nullopt, name); in EmitRuntimeCallOrInvoke()
4588 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
H A DCodeGenFunction.h4050 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
4053 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGObjCMac.cpp7825 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt()
7829 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
H A DCGObjC.cpp2730 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp1133 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()