Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp971 static std::string formatWithCommas(unsigned long long Value) { in formatWithCommas() function
1048 << formatWithCommas(TotalFileSize) << " bytes\n" in compress()
1052 << formatWithCommas(UncompressedSize) << " bytes\n" in compress()
1054 << formatWithCommas(CompressedBuffer.size()) << " bytes\n" in compress()
1164 << formatWithCommas(TotalFileSize) << " bytes\n"; in decompress()
1171 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
1173 << formatWithCommas(UncompressedSize) << " bytes\n" in decompress()