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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 87 bool IsLittle; // Big or little endian
93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
134 unsigned Idx = IsLittle ? i : (FullSize - 1 - i);
144 unsigned Idx = IsLittle ? i : (FullSize - 1 - i);
259 /*IsLittle*/true, /*Is64Bit*/false);
265 /*IsLittle*/false, /*Is64Bit*/false);
271 /*IsLittle*/true, /*Is64Bit*/true);
277 /*IsLittle*/false, /*Is64Bit*/true);
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 53 // IsLittle - The target is Little Endian
54 bool IsLittle;
158 bool isLittle() const { return IsLittle; }

Completed in 43 milliseconds