Lines Matching refs:kind
145 // Describes the kind of this call, which determines the target.
146 enum Kind {
171 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc,
178 : kind_(kind),
193 // Returns the kind of this call.
194 Kind kind() const { return kind_; }
277 const Kind kind_;
295 std::ostream& operator<<(std::ostream& os, const CallDescriptor::Kind& k);
299 // convention for any kind of call. Linkage is generally architecture-specific.