HomeSort by relevance Sort by last modified time
    Searched refs:CallOrInvoke (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 266 template <typename CallOrInvoke> Value *wrapInvoke(CallOrInvoke *CI);
270 template <typename CallOrInvoke> Function *getInvokeWrapper(CallOrInvoke *CI);
393 template <typename CallOrInvoke>
394 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallOrInvoke *CI) {
451 template <typename CallOrInvoke>
452 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallOrInvoke *CI) {
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 322 llvm::Instruction *CallOrInvoke;
323 RValue RV = EmitCall(*CurFnInfo, Callee, Slot, CallArgs, MD, &CallOrInvoke);
328 else if (llvm::CallInst* Call = dyn_cast<llvm::CallInst>(CallOrInvoke))
    [all...]
CGExprCXX.cpp     [all...]

Completed in 722 milliseconds