reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1550 CallingConv::ID CC = CLI.CallConv; 1551 bool IsTailCall = CLI.IsTailCall; 1552 bool IsVarArg = CLI.IsVarArg; 1553 const Value *Callee = CLI.Callee; 1554 const MCSymbol *Symbol = CLI.Symbol; 1569 Type *RetTy = CLI.RetTy; 1593 unsigned NumArgs = CLI.OutVals.size(); 1612 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; 1616 Value *ArgValue = CLI.OutVals[i]; 1653 if (CLI.IsPatchPoint) 1679 CLI.Call = MIB; 1682 return finishCall(RetVT, CLI, NumBytes);