Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4376 llvm::CallBase **callOrInvoke, bool IsMustTail,
4381 llvm::CallBase **callOrInvoke = nullptr,
4383 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
H A DCGCall.cpp5015 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5697 if (callOrInvoke) in EmitCall()
5698 *callOrInvoke = CI; in EmitCall()