HomeSort by relevance Sort by last modified time
    Searched defs:Vendor (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Triple.cpp 410 Vendor = ParseVendor(getVendorName());
427 // known vendor, preferentially use it for the vendor, etc. This avoids silly
433 VendorType Vendor = UnknownVendor;
435 Vendor = ParseVendor(Components[1]);
447 Found[1] = Vendor != UnknownVendor;
474 Vendor = ParseVendor(Comp);
475 Valid = Vendor != UnknownVendor;
491 // good results in the common cases of a forgotten vendor component
541 // Special case logic goes here. At this point Arch, Vendor and OS have th
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 25 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM
27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
119 /// The parsed vendor type.
120 mutable VendorType Vendor;
172 /// getVendor - Get the parsed vendor type of this triple.
175 return Vendor;
208 /// getVendorName - Get the vendor (second) component of the triple.
298 /// setVendor - Set the vendor (second) component of the triple to a
317 /// setVendorName - Set the vendor (second) component of the triple
354 /// vendor
    [all...]

Completed in 193 milliseconds