Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4009 llvm::CallBase **callOrInvoke, bool IsMustTail, 4013 llvm::CallBase **callOrInvoke = nullptr, 4015 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
|
| H A D | CGCall.cpp | 4698 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument 5348 if (callOrInvoke) in EmitCall() 5349 *callOrInvoke = CI; in EmitCall()
|