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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 353 /// getVendorTypeName - Get the canonical name for the \arg Kind
355 static const char *getVendorTypeName(VendorType Kind);
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 84 const char *Triple::getVendorTypeName(VendorType Kind) {
631 setVendorName(getVendorTypeName(Kind));
  /external/llvm/include/llvm/ADT/
Triple.h 701 /// getVendorTypeName - Get the canonical name for the \p Kind vendor.
702 static const char *getVendorTypeName(VendorType Kind);
  /external/swiftshader/third_party/LLVM/unittests/ADT/
TripleTest.cpp 161 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));
  /external/llvm/lib/Support/
Triple.cpp 140 const char *Triple::getVendorTypeName(VendorType Kind) {
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 310 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));
    [all...]

Completed in 131 milliseconds