Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp212 llvm::CallSite CS = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args); in emitDeviceStubBody()
224 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg); in emitDeviceStubBody()
H A DCGObjCRuntime.cpp137 CGF.EmitRuntimeCallOrInvoke(Fn); in Emit()
H A DCGException.cpp1285 CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw in Emit()
1330 CGF.EmitRuntimeCallOrInvoke(RethrowFn, in Emit()
1333 CGF.EmitRuntimeCallOrInvoke(RethrowFn); in Emit()
H A DCGObjCGNU.cpp694 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
775 llvm::CallSite slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args); in LookupIMP()
1948 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args); in LookupIMP()
1950 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
3852 CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn).setDoesNotReturn(); in EmitThrowStmt()
3857 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject); in EmitThrowStmt()
H A DItaniumCXXABI.cpp1166 CGF.EmitRuntimeCallOrInvoke(Fn); in emitRethrow()
1318 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadTypeidCall()
1415 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadCastCall()
3965 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM)); in Emit()
H A DCGBlocks.cpp2120 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args); in GenerateCopyHelperFunction()
2943 EmitRuntimeCallOrInvoke(F, args); in BuildBlockRelease()
H A DCGCall.cpp3759 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
3761 return EmitRuntimeCallOrInvoke(callee, None, name); in EmitRuntimeCallOrInvoke()
3766 CodeGenFunction::EmitRuntimeCallOrInvoke(llvm::Value *callee, in EmitRuntimeCallOrInvoke() function in CodeGenFunction
H A DMicrosoftCXXABI.cpp860 CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRethrow()
937 return CGF.EmitRuntimeCallOrInvoke(Fn, Args); in emitRTtypeidCall()
994 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args).getInstruction(); in EmitDynamicCastCall()
H A DCodeGenFunction.h3616 llvm::CallSite EmitRuntimeCallOrInvoke(llvm::Value *callee,
3619 llvm::CallSite EmitRuntimeCallOrInvoke(llvm::Value *callee,
H A DCGObjCMac.cpp7558 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception) in EmitThrowStmt()
7561 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn()) in EmitThrowStmt()
H A DCGObjC.cpp2452 EmitRuntimeCallOrInvoke(fn, value); in EmitObjCAutoreleasePoolPop()
H A DCGBuiltin.cpp803 llvm::CallSite CS = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args); in EmitMSVCRTSetJmp()