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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 31 bool IsLittle; // Big or little endian
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle,
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 47 // IsLittle - The target is Little Endian
48 bool IsLittle;
114 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 98 bool IsLittle;
214 bool isLittleEndian() const { return IsLittle; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 54 // IsLittle - The target is Little Endian
55 bool IsLittle;
220 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 325 /// IsLittle - The target is Little Endian
326 bool IsLittle;
347 const ARMBaseTargetMachine &TM, bool IsLittle);
579 bool isLittle() const { return IsLittle; }

Completed in 267 milliseconds