Searched defs:IsBigEndianHost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DHost.h33 static const bool IsBigEndianHost = true; member in namespace:llvm::sys
35 static const bool IsBigEndianHost = false;
38 static const bool IsLittleEndianHost = !IsBigEndianHost;

Completed in 90 milliseconds