Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp643 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 DCGCUDANV.cpp378 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn, in emitDeviceStubBodyNew()
428 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBodyLegacy()
441 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBodyLegacy()
H A DCGObjCRuntime.cpp136 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
H A DCGObjCGNU.cpp695 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 DItaniumCXXABI.cpp1301 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 DCGBlocks.cpp2032 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2834 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DMicrosoftCXXABI.cpp888 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
966 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
1023 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args); in EmitDynamicCastCall()
H A DCGCall.cpp4446 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 DCodeGenFunction.h3979 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
3982 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
H A DCGObjCMac.cpp7845 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception); in EmitThrowStmt()
7849 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()); in EmitThrowStmt()
H A DCGObjC.cpp2679 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp1091 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()