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

  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 49 bool isLittle;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 26 ARMAsmBackend(const Target &T, const Triple &TT, bool IsLittle)
29 IsLittleEndian(IsLittle) {}
75 bool isLittle() const { return IsLittleEndian; }
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 30 bool isLittle;
44 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
67 bool isLittleEndian() const { return isLittle; }
MipsSubtarget.h 54 // IsLittle - The target is Little Endian
55 bool IsLittle;
218 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; }
68 CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle);
103 bool isLittle);
ARMSubtarget.h 240 /// IsLittle - The target is Little Endian
241 bool IsLittle;
262 const ARMBaseTargetMachine &TM, bool IsLittle);
454 bool isLittle() const { return IsLittle; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 551 bool isLittle() const { return IsLittleEndian; }
    [all...]

Completed in 965 milliseconds