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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h96 constexpr bool IsBigEndianHost = true; member in namespace:llvm::sys
98 constexpr bool IsBigEndianHost = false;
101 static const bool IsLittleEndianHost = !IsBigEndianHost;
H A DEndian.h45 return sys::IsBigEndianHost ? big : little;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp108 static_assert(sys::IsBigEndianHost || sys::IsLittleEndianHost,
110 if (sys::IsBigEndianHost) {
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp65 if (isBig != llvm::sys::IsBigEndianHost) {
229 if (isBig != llvm::sys::IsBigEndianHost) {
388 if (isBig != llvm::sys::IsBigEndianHost)
419 if (isBig != llvm::sys::IsBigEndianHost) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h146 if (sys::IsBigEndianHost)
154 if (sys::IsBigEndianHost)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp79 Endian = sys::IsBigEndianHost ? support::little : support::big;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp171 if (!sys::IsBigEndianHost)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1836 if (llvm::sys::IsBigEndianHost) {

Completed in 97 milliseconds