Home
last modified time | relevance | path

Searched defs:IsLittleEndianHost (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h29 static const bool IsLittleEndianHost = !IsBigEndianHost; variable
/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h99 static const bool IsLittleEndianHost = !IsBigEndianHost; variable