HomeSort by relevance Sort by last modified time
    Searched defs:IsLittle (Results 1 - 4 of 4) 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/llvm/lib/Target/AArch64/
AArch64Subtarget.h 64 bool IsLittle;
130 bool isLittleEndian() const { return IsLittle; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 54 // IsLittle - The target is Little Endian
55 bool IsLittle;
218 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 240 /// IsLittle - The target is Little Endian
241 bool IsLittle;
262 const ARMBaseTargetMachine &TM, bool IsLittle);
454 bool isLittle() const { return IsLittle; }

Completed in 238 milliseconds