Home
last modified time | relevance | path

Searched refs:getVendorTypeName (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDTriple.h610 static const char *getVendorTypeName(VendorType Kind);
/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp132 const char *Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName() function in Triple
936 setVendorName(getVendorTypeName(Kind)); in setVendor()