Lines Matching refs:call

575 /// the function to call.
681 // call. Note that we use the GEP to calculate the address to load from
1229 // If we're supposed to call the global delete, make sure we do so
1236 // CXXMemberCallExpr for dtor call.
1465 // Emit the call to __dynamic_cast.
1607 // call the base destructor and then destructs any virtual bases.
2219 // In asan mode emit a function call instead of a regular load and let the
2438 // call __cxa_guard_acquire unconditionally. The "inline" check isn't
2556 "unexpected call to emitGlobalDtorWithCXAAtExit");
2566 // reasonably call with the default CC. Go ahead and cast it to the
2644 // reasonably call with the correct CC. Go ahead and cast it to the
2652 CGF.createBasicBlock("destruct.call");
2654 (itv + 1) != Dtors.rend() ? "unatexit.call" : "destruct.end");
2661 // Emit the call to casted Dtor.
2663 // Make sure the call and the callee agree on calling convention.
2707 // reasonably call with the correct CC. Go ahead and cast it to the
2729 // emitGlobalDtorWithCXAAtExit will emit a call to either __cxa_thread_atexit
2996 // unconditionally call it without testing for its existance. This
4414 /// A cleanup to call __cxa_end_catch. In many cases, the caught
4441 /// Emits a call to __cxa_begin_catch and enters a cleanup to call
4448 llvm::CallInst *call =
4453 return call;
4601 // We have to call __cxa_get_exception_ptr to get the adjusted
4633 // Finally we can call __cxa_begin_catch.
4734 // In C++, we want to call __cxa_begin_catch() before terminating.
4761 // with wasm EH instruction structure with catch/catch_all, we just call
4804 // Emit __finalize function to unregister __dtor and (as appropriate) call
4832 // pending (and we should call the __dtor function).
4837 llvm::BasicBlock *DestructCallBlock = CGF.createBasicBlock("destruct.call");
4846 // Emit the call to dtorStub.
4849 // Make sure the call and the callee agree on calling convention.