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

  /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 83 enum OSType {
132 OSType OS;
171 OSType getOS() const { return OS; }
355 void setOS(OSType Kind);
427 static const char *getOSTypeName(OSType Kind);

Completed in 141 milliseconds