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

References

lib/Object/Archive.cpp
  810     Offset = read64be(Offsets + SymbolIndex * 8);
  908     uint64_t symbol_count = read64be(buf);
  965     return read64be(buf);
lib/Object/Decompressor.cpp
   45   DecompressedSize = read64be(SectionData.data());
tools/lld/ELF/InputSection.cpp
  228     uncompressedSize = read64be(rawData.data());
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
   86   return isBig ? read64be(loc) : read64le(loc);
tools/llvm-objcopy/ELF/Object.cpp
  413           ? support::endian::read64be(Data.data() + ZlibGnuMagic.size())
  488         support::endian::read64be(&Sec.DecompressedSize);