Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3943 llvm::CallBase **callOrInvoke, bool IsMustTail,
3947 llvm::CallBase **callOrInvoke = nullptr,
3949 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
H A DCGCall.cpp4602 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5255 if (callOrInvoke) in EmitCall()
5256 *callOrInvoke = CI; in EmitCall()