Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dendianness.h94 constexpr bool IsBigEndianHost = true; variable
96 constexpr bool IsBigEndianHost = false; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h62 constexpr bool IsBigEndianHost = true; variable