|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 3635 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
References
tools/clang/lib/CodeGen/CGBlocks.cpp 2112 EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args);
2933 EmitRuntimeCallOrInvoke(F, args);
tools/clang/lib/CodeGen/CGBuiltin.cpp 866 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(SetJmpFn, Args);
tools/clang/lib/CodeGen/CGCUDANV.cpp 311 CGF.EmitRuntimeCallOrInvoke(cudaPopConfigFn,
362 llvm::CallBase *CB = CGF.EmitRuntimeCallOrInvoke(cudaSetupArgFn, Args);
374 CGF.EmitRuntimeCallOrInvoke(cudaLaunchFn, Arg);
tools/clang/lib/CodeGen/CGCall.cpp 3734 return EmitRuntimeCallOrInvoke(callee, None, name);
tools/clang/lib/CodeGen/CGException.cpp 1330 CGF.EmitRuntimeCallOrInvoke(RethrowFn,
tools/clang/lib/CodeGen/CGObjC.cpp 2511 EmitRuntimeCallOrInvoke(fn, value);
tools/clang/lib/CodeGen/CGObjCGNU.cpp 693 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
775 llvm::CallBase *slot = CGF.EmitRuntimeCallOrInvoke(LookupFn, args);
2047 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFnSRet, args);
2049 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
3960 CGF.EmitRuntimeCallOrInvoke(ExceptionThrowFn, ExceptionAsObject);
tools/clang/lib/CodeGen/CGObjCMac.cpp 7670 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 862 CGF.EmitRuntimeCallOrInvoke(Fn, Args);
939 return CGF.EmitRuntimeCallOrInvoke(Fn, Args);
996 ThisPtr = CGF.EmitRuntimeCallOrInvoke(Function, Args);