Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4376 llvm::CallBase **callOrInvoke, bool IsMustTail, 4381 llvm::CallBase **callOrInvoke = nullptr, 4383 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
|
| H A D | CGCall.cpp | 5015 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument 5697 if (callOrInvoke) in EmitCall() 5698 *callOrInvoke = CI; in EmitCall()
|