Home
last modified time | relevance | path

Searched refs:CallOrInvoke (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp270 template <typename CallOrInvoke> Value *wrapInvoke(CallOrInvoke *CI);
274 template <typename CallOrInvoke> Function *getInvokeWrapper(CallOrInvoke *CI);
397 template <typename CallOrInvoke>
398 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallOrInvoke *CI) { in wrapInvoke()
455 template <typename CallOrInvoke>
456 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallOrInvoke *CI) { in getInvokeWrapper()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp357 llvm::Instruction *CallOrInvoke; in EmitCallAndReturnForThunk() local
359 RValue RV = EmitCall(*CurFnInfo, Callee, Slot, CallArgs, &CallOrInvoke); in EmitCallAndReturnForThunk()
364 else if (llvm::CallInst* Call = dyn_cast<llvm::CallInst>(CallOrInvoke)) in EmitCallAndReturnForThunk()
H A DCGExprCXX.cpp1296 llvm::Instruction *CallOrInvoke; in EmitNewDeleteCall() local
1302 Callee, ReturnValueSlot(), Args, &CallOrInvoke); in EmitNewDeleteCall()
1313 if (llvm::CallInst *CI = dyn_cast<llvm::CallInst>(CallOrInvoke)) in EmitNewDeleteCall()
1316 else if (llvm::InvokeInst *II = dyn_cast<llvm::InvokeInst>(CallOrInvoke)) in EmitNewDeleteCall()