Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp103 SmallString<128> CompressedStrings; in compressAndOutput() local
104 llvm::Error E = zlib::compress(UncompressedStrings, CompressedStrings, in compressAndOutput()
109 encodeULEB128(CompressedStrings.size(), OS); in compressAndOutput()
110 OS << CompressedStrings.str(); in compressAndOutput()
H A DSampleProfReader.cpp801 StringRef CompressedStrings(reinterpret_cast<const char *>(Data), in decompressSection()
806 zlib::uncompress(CompressedStrings, Buffer, UCSize); in decompressSection()