Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h94 constexpr bool IsBigEndianHost = true; variable
96 constexpr bool IsBigEndianHost = false; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h52 constexpr bool IsBigEndianHost = true; global() variable