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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 73 enum VendorType {
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/
Triple.h 121 enum VendorType {
213 VendorType Vendor;
268 VendorType getVendor() const { return Vendor; }
603 void setVendor(VendorType Kind);
702 static const char *getVendorTypeName(VendorType Kind);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 142 BYTE VendorType;

Completed in 189 milliseconds