Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp252 static std::string formatWithCommas(unsigned long long Value) { in formatWithCommas() function
356 << formatWithCommas(TotalFileSize) << " bytes\n"; in decompress()
363 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
365 << formatWithCommas(UncompressedSize) << " bytes\n" in decompress()
449 << formatWithCommas(TotalFileSize) << " bytes\n" in compress()
453 << formatWithCommas(UncompressedSize) << " bytes\n" in compress()
455 << formatWithCommas(CompressedBuffer.size()) << " bytes\n" in compress()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1003 static std::string formatWithCommas(unsigned long long Value) { in formatWithCommas() function
1109 << formatWithCommas(TotalFileSize64) << " bytes\n" in compress()
1113 << formatWithCommas(UncompressedSize64) << " bytes\n" in compress()
1115 << formatWithCommas(CompressedBuffer.size()) << " bytes\n" in compress()
1305 << formatWithCommas(TotalFileSize) << " bytes\n"; in decompress()
1312 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
1314 << formatWithCommas(UncompressedSize) << " bytes\n" in decompress()