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