Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4125 llvm::CallBase **callOrInvoke, bool IsMustTail, 4129 llvm::CallBase **callOrInvoke = nullptr, 4131 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
|
| H A D | CGCall.cpp | 4978 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument 5636 if (callOrInvoke) in EmitCall() 5637 *callOrInvoke = CI; in EmitCall()
|