reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/Triple.h
  269            Vendor == Other.Vendor && OS == Other.OS &&
  269            Vendor == Other.Vendor && OS == Other.OS &&
  302   VendorType getVendor() const { return Vendor; }
lib/Support/Triple.cpp
  736       Vendor = parseVendor(Components[1]);