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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 26 ARMAsmBackend(const Target &T, const Triple &TT, bool IsLittle)
29 IsLittleEndian(IsLittle) {}
76 bool isLittle() const { return IsLittleEndian; }
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 30 bool isLittle;
45 CodeGenOpt::Level OL, bool isLittle);
68 bool isLittleEndian() const { return isLittle; }
MipsSubtarget.h 54 // IsLittle - The target is Little Endian
55 bool IsLittle;
220 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 36 bool isLittle;
43 CodeGenOpt::Level OL, bool isLittle);
48 bool isLittleEndian() const { return isLittle; }
69 CodeGenOpt::Level OL, bool isLittle);
104 CodeGenOpt::Level OL, bool isLittle);
ARMSubtarget.h 325 /// IsLittle - The target is Little Endian
326 bool IsLittle;
347 const ARMBaseTargetMachine &TM, bool IsLittle);
579 bool isLittle() const { return IsLittle; }
  /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/Mips/AsmParser/
MipsAsmParser.cpp 550 bool isLittle() const { return IsLittleEndian; }
    [all...]

Completed in 4966 milliseconds