Searched refs:CallOrInvoke (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp261 template <typename CallOrInvoke> Value *wrapInvoke(CallOrInvoke *CI);
265 template <typename CallOrInvoke> Function *getInvokeWrapper(CallOrInvoke *CI);
374 template <typename CallOrInvoke>
375 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallOrInvoke *CI) {
446 template <typename CallOrInvoke>
447 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallOrInvoke *CI) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp370 llvm::CallBase *CallOrInvoke; local
372 CallArgs, &CallOrInvoke);
377 else if (llvm::CallInst* Call = dyn_cast<llvm::CallInst>(CallOrInvoke))
H A DCGExprCXX.cpp1305 llvm::CallBase *CallOrInvoke; local
1311 Callee, ReturnValueSlot(), Args, &CallOrInvoke);
1321 CallOrInvoke->addAttribute(llvm::AttributeList::FunctionIndex,
H A DCGDebugInfo.h430 void EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke,
H A DCGDebugInfo.cpp3770 void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, argument
3773 if (!CallOrInvoke)
3775 auto *Func = CallOrInvoke->getCalledFunction();
H A DCGExpr.cpp5029 llvm::CallBase *CallOrInvoke = nullptr; local
5030 RValue Call = EmitCall(FnInfo, Callee, ReturnValue, Args, &CallOrInvoke,
5037 DI->EmitFuncDeclForCallSite(CallOrInvoke, QualType(FnType, 0),

Completed in 203 milliseconds