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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 31 bool IsLittle; // Big or little endian
37 : MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle),
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 57 // IsLittle - The target is Little Endian
58 bool IsLittle;
211 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 221 /// IsLittle - The target is Little Endian
222 bool IsLittle;
247 const std::string &FS, TargetMachine &TM, bool IsLittle,
426 bool isLittle() const { return IsLittle; }

Completed in 148 milliseconds