reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3638 llvm::CallBase *EmitRuntimeCallOrInvoke(llvm::FunctionCallee callee,
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.cpp1222 CGF.EmitRuntimeCallOrInvoke(Fn); 1374 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); 1472 llvm::CallBase *Call = CGF.EmitRuntimeCallOrInvoke(Fn); 4066 CGF.EmitRuntimeCallOrInvoke(getEndCatchFn(CGF.CGM));