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

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h76 enum VendorType { enum in class:llvm::Triple
136 VendorType Vendor;
175 VendorType getVendor() const { return Vendor; }
368 void setVendor(VendorType Kind);
441 static const char *getVendorTypeName(VendorType Kind);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTriple.cpp95 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) {

Completed in 99 milliseconds