Home
last modified time | relevance | path

Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4125 llvm::CallBase **callOrInvoke, bool IsMustTail,
4129 llvm::CallBase **callOrInvoke = nullptr,
4131 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
H A DCGCall.cpp4978 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5636 if (callOrInvoke) in EmitCall()
5637 *callOrInvoke = CI; in EmitCall()