Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3942 llvm::CallBase **callOrInvoke, bool IsMustTail,
3946 llvm::CallBase **callOrInvoke = nullptr,
3948 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
H A DCGCall.cpp4595 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5248 if (callOrInvoke) in EmitCall()
5249 *callOrInvoke = CI; in EmitCall()