HomeSort by relevance Sort by last modified time
    Searched refs:getVendorTypeName (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 495 /// getVendorTypeName - Get the canonical name for the \p Kind vendor.
496 static const char *getVendorTypeName(VendorType Kind);
  /external/llvm/lib/Support/
Triple.cpp 109 const char *Triple::getVendorTypeName(VendorType Kind) {
733 setVendorName(getVendorTypeName(Kind));
  /external/llvm/unittests/ADT/
TripleTest.cpp 191 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));

Completed in 53 milliseconds