reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Endian.h
   52   if ((endian != native) && (endian != system_endianness()))
lib/DebugInfo/GSYM/GsymReader.cpp
   29     Endian(support::endian::system_endianness()) {}
   65                               support::endian::system_endianness());
   73   const auto HostByteOrder = support::endian::system_endianness();
unittests/DebugInfo/GSYM/GSYMTest.cpp
  740   const auto ByteOrder = llvm::support::endian::system_endianness();
  763   const auto ByteOrder = llvm::support::endian::system_endianness();
 1274   const auto ByteOrder = support::endian::system_endianness();