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 70 enum VendorType {
123 VendorType Vendor;
162 VendorType getVendor() const { return Vendor; }
335 void setVendor(VendorType Kind);
410 static const char *getVendorTypeName(VendorType Kind);
  /external/llvm/lib/Support/
Triple.cpp 89 const char *Triple::getVendorTypeName(VendorType Kind) {
101 llvm_unreachable("Invalid VendorType!");
266 static Triple::VendorType parseVendor(StringRef VendorName) {
267 return StringSwitch<Triple::VendorType>(VendorName)
368 VendorType Vendor = UnknownVendor;
627 void Triple::setVendor(VendorType Kind) {
  /external/llvm/unittests/ADT/
TripleTest.cpp 179 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));

Completed in 44 milliseconds