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

  /external/llvm/include/llvm/ADT/
Triple.h 75 enum VendorType {
135 VendorType Vendor;
174 VendorType getVendor() const { return Vendor; }
357 void setVendor(VendorType Kind);
430 static const char *getVendorTypeName(VendorType Kind);
  /external/llvm/lib/Support/
Triple.cpp 95 const char *Triple::getVendorTypeName(VendorType Kind) {
109 llvm_unreachable("Invalid VendorType!");
256 static Triple::VendorType parseVendor(StringRef VendorName) {
257 return StringSwitch<Triple::VendorType>(VendorName)
365 VendorType Vendor = UnknownVendor;
624 void Triple::setVendor(VendorType Kind) {
  /external/llvm/unittests/ADT/
TripleTest.cpp 191 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));

Completed in 153 milliseconds