Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp295 auto ByteSwap = [](uint64_t N) { in write() local
300 auto Magic = ByteSwap(TestingFormatMagic); in write()
304 auto VersionLittle = ByteSwap(uint64_t(Version)); in write()