Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3942 llvm::CallBase **callOrInvoke, bool IsMustTail, 3946 llvm::CallBase **callOrInvoke = nullptr, 3948 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
|
| H A D | CGCall.cpp | 4595 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument 5248 if (callOrInvoke) in EmitCall() 5249 *callOrInvoke = CI; in EmitCall()
|