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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle,
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 270 Triple::OSType OSType;
272 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
273 SparcAsmBackend(T), OSType(OSType) { }
293 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/llvm/include/llvm/ADT/
Triple.h 133 enum OSType {
205 OSType OS;
260 OSType getOS() const { return OS; }
561 void setOS(OSType Kind);
654 static const char *getOSTypeName(OSType Kind);

Completed in 73 milliseconds