Home | History | Annotate | Download | only in ADT

Lines Matching defs:Vendor

28 ///   ARCHITECTURE-VENDOR-OPERATING_SYSTEM
30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
154 /// The parsed vendor type.
155 VendorType Vendor;
172 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
196 /// getVendor - Get the parsed vendor type of this triple.
197 VendorType getVendor() const { return Vendor; }
254 /// getVendorName - Get the vendor (second) component of the triple.
418 /// setVendor - Set the vendor (second) component of the triple to a
440 /// setVendorName - Set the vendor (second) component of the triple
495 /// getVendorTypeName - Get the canonical name for the \p Kind vendor.