Searched defs:VendorType (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h73 enum VendorType { enum in class:llvm::Triple
120 mutable VendorType Vendor;
130 static VendorType ParseVendor(StringRef VendorName);
173 VendorType getVendor() const {
300 void setVendor(VendorType Kind);
355 static const char *getVendorTypeName(VendorType Kind);
/external/llvm/include/llvm/ADT/
H A DTriple.h121 enum VendorType { enum in class:llvm::Triple
213 VendorType Vendor;
268 VendorType getVendor() const { return Vendor; }
603 void setVendor(VendorType Kind);
702 static const char *getVendorTypeName(VendorType Kind);

Completed in 175 milliseconds