Searched refs:getVendorTypeName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h408 /// getVendorTypeName - Get the canonical name for the \arg Kind
410 static const char *getVendorTypeName(VendorType Kind);
/external/llvm/lib/Support/
H A DTriple.cpp89 const char *Triple::getVendorTypeName(VendorType Kind) { function in class:Triple
628 setVendorName(getVendorTypeName(Kind));
/external/llvm/unittests/ADT/
H A DTripleTest.cpp179 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));

Completed in 66 milliseconds