Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3943 llvm::CallBase **callOrInvoke, bool IsMustTail,
3947 llvm::CallBase **callOrInvoke = nullptr,
3949 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
DCGCall.cpp4612 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5265 if (callOrInvoke) in EmitCall()
5266 *callOrInvoke = CI; in EmitCall()