Home
last modified time | relevance | path

Searched refs:IsBigEndianHost (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSwapByteOrder.h96 constexpr bool IsBigEndianHost = true; variable
98 constexpr bool IsBigEndianHost = false;
101 static const bool IsLittleEndianHost = !IsBigEndianHost;
H A DEndian.h45 return sys::IsBigEndianHost ? big : little; in system_endianness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp108 static_assert(sys::IsBigEndianHost || sys::IsLittleEndianHost, in AddString()
110 if (sys::IsBigEndianHost) { in AddString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h151 if (sys::IsBigEndianHost) in fetch64()
159 if (sys::IsBigEndianHost) in fetch32()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp79 Endian = sys::IsBigEndianHost ? support::little : support::big; in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp171 if (!sys::IsBigEndianHost) in convertUTF16LEToUTF8String()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1856 if (llvm::sys::IsBigEndianHost) { in printResourceDirectoryTable()