Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp98 std::string &UncompressedStrings = in compressAndOutput() local
100 if (UncompressedStrings.size() == 0) in compressAndOutput()
104 llvm::Error E = zlib::compress(UncompressedStrings, CompressedStrings, in compressAndOutput()
108 encodeULEB128(UncompressedStrings.size(), OS); in compressAndOutput()
111 UncompressedStrings.clear(); in compressAndOutput()