reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3638   llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,

References

tools/clang/lib/CodeGen/CGException.cpp
 1285       CGF.EmitRuntimeCallOrInvoke(EndCatchFn); // catch-all, so might throw
 1333           CGF.EmitRuntimeCallOrInvoke(RethrowFn);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3954     llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 7674         CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionRethrowFn());
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  135         CGF.EmitRuntimeCallOrInvoke(Fn);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1222     CGF.EmitRuntimeCallOrInvoke(Fn);
 1374   llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn);
 1472   llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn);
 4066       CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM));