Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3943 llvm::CallBase **callOrInvoke, bool IsMustTail, 3947 llvm::CallBase **callOrInvoke = nullptr, 3949 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
|
| H A D | CGCall.cpp | 4602 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument 5255 if (callOrInvoke) in EmitCall() 5256 *callOrInvoke = CI; in EmitCall()
|