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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 298 /// setVendor - Set the vendor (second) component of the triple to a
300 void setVendor(VendorType Kind);
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java 154 void setVendor(String vendor) {
430 mParent.setVendor(vendor);
  /external/llvm/include/llvm/ADT/
Triple.h 601 /// setVendor - Set the vendor (second) component of the triple to a
603 void setVendor(VendorType Kind);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 618 /// setVendor - Set the vendor (second) component of the triple to a
620 void setVendor(VendorType Kind);
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 630 void Triple::setVendor(VendorType Kind) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 696 /// setVendor - Set the vendor (second) component of the triple to a
698 void setVendor(VendorType Kind);
  /external/llvm/lib/Support/
Triple.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 393 Target.setVendor(llvm::Triple::UnknownVendor);
505 T.setVendor(llvm::Triple::PC);
    [all...]

Completed in 741 milliseconds