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 72 enum VendorType {
129 VendorType Vendor;
168 VendorType getVendor() const { return Vendor; }
351 void setVendor(VendorType Kind);
424 static const char *getVendorTypeName(VendorType Kind);
  /external/llvm/lib/Support/
Triple.cpp 93 const char *Triple::getVendorTypeName(VendorType Kind) {
106 llvm_unreachable("Invalid VendorType!");
249 static Triple::VendorType parseVendor(StringRef VendorName) {
250 return StringSwitch<Triple::VendorType>(VendorName)
355 VendorType Vendor = UnknownVendor;
614 void Triple::setVendor(VendorType Kind) {
  /external/llvm/unittests/ADT/
TripleTest.cpp 191 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));

Completed in 417 milliseconds