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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 47 ARMAsmBackend(const Target &T, const StringRef TT, bool IsLittle)
49 isThumbMode(TT.startswith("thumb")), IsLittleEndian(IsLittle) {}
183 bool isLittle() const { return IsLittleEndian; }
777 uint8_t OSABI, bool IsLittle)
778 : ARMAsmBackend(T, TT, IsLittle), OSABI(OSABI) { }
781 return createARMELFObjectWriter(OS, OSABI, isLittle());
807 bool isLittle) {
833 return new ELFARMAsmBackend(T, TT, OSABI, isLittle);
    [all...]
  /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 86 milliseconds