Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
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()
DSampleProfReader.cpp592 StringRef CompressedStrings(reinterpret_cast<const char *>(Data), in decompressSection()
597 zlib::uncompress(CompressedStrings, Buffer, UCSize); in decompressSection()