Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h4009 llvm::CallBase **callOrInvoke, bool IsMustTail,
4013 llvm::CallBase **callOrInvoke = nullptr,
4015 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
H A DCGCall.cpp4698 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5348 if (callOrInvoke) in EmitCall()
5349 *callOrInvoke = CI; in EmitCall()