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

  /external/chromium_org/chrome/common/
chrome_version_info.cc 110 current_version += OSType();
120 std::string VersionInfo::OSType() const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 86 Triple::OSType OSType;
91 MipsAsmBackend(const Target &T, Triple::OSType _OSType,
93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/llvm/include/llvm/ADT/
Triple.h 87 enum OSType {
138 OSType OS;
177 OSType getOS() const { return OS; }
361 void setOS(OSType Kind);
433 static const char *getOSTypeName(OSType Kind);

Completed in 3203 milliseconds