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

  /external/llvm/include/llvm/ADT/
Triple.h 116 enum VendorType {
202 VendorType Vendor;
257 VendorType getVendor() const { return Vendor; }
557 void setVendor(VendorType Kind);
651 static const char *getVendorTypeName(VendorType Kind);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 53 BYTE VendorType;
  /external/llvm/lib/Support/
Triple.cpp 135 const char *Triple::getVendorTypeName(VendorType Kind) {
153 llvm_unreachable("Invalid VendorType!");
397 static Triple::VendorType parseVendor(StringRef VendorName) {
398 return StringSwitch<Triple::VendorType>(VendorName)
679 VendorType Vendor = UnknownVendor;
1029 void Triple::setVendor(VendorType Kind) {
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 274 C[1] = Triple::getVendorTypeName(Triple::VendorType(Vendor));
    [all...]

Completed in 149 milliseconds