Lines Matching defs:call

249                         m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present in the target\n",
253 m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n",
257 m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n",
312 user_inst->setMetadata("lldb.call.realName", metadata);
361 // be called with the builtin attribute on call sites. Remove any such
362 // attributes since it's illegal to have a builtin call to something
368 if (auto call = dyn_cast<CallInst>(*u)) {
369 call->removeAttribute(AttributeSet::FunctionIndex, builtin);
823 log->PutCString("Couldn't replace the NSString with the result of the call");
1078 // %call = call i8* (i8*, i8*, ...)* @objc_msgSend(i8* %obj, i8* %tmp, ...) ; <i8*>
1123 // Construct a call to sel_registerName
1172 // Replace the load with the call in all users
1631 m_error_stream->Printf("Internal error [IRForTarget]: Couldn't rewrite one of the arguments of a function call.\n");
1714 CallInst *call = dyn_cast<CallInst>(&inst);
1717 if (!call)
1722 llvm::Function *func = call->getCalledFunction();
1727 llvm::Value *val = call->getCalledValue();
1733 calls_to_remove.push_back(call);
1761 CallInst *call = dyn_cast<CallInst>(&inst);
1764 if (call && !MaybeHandleCallArguments(call))
1810 m_error_stream->Printf("Error [IRForTarget]: Couldn't resolve the class for an Objective-C static method call\n");
1820 m_error_stream->Printf("Error [IRForTarget]: Couldn't resolve the class for an Objective-C static method call\n");