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 53 bool IsLittle;
108 bool isLittleEndian() const { return IsLittle; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 48 // IsLittle - The target is Little Endian
49 bool IsLittle;
204 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 219 /// IsLittle - The target is Little Endian
220 bool IsLittle;
241 const std::string &FS, const ARMBaseTargetMachine &TM, bool IsLittle);
423 bool isLittle() const { return IsLittle; }

Completed in 62 milliseconds