| Triple.h | 81 thumb, // Thumb (little endian): thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType 82 thumbeb, // Thumb (big endian): thumbeb 713 /// Tests whether the target is Thumb (little and big endian). 715 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
|