Searched refs:CompressedStrings (Results 1 – 2 of 2) sorted by relevance
103 SmallString<128> CompressedStrings; in compressAndOutput() local104 llvm::Error E = zlib::compress(UncompressedStrings, CompressedStrings, in compressAndOutput()109 encodeULEB128(CompressedStrings.size(), OS); in compressAndOutput()110 OS << CompressedStrings.str(); in compressAndOutput()
801 StringRef CompressedStrings(reinterpret_cast<const char *>(Data), in decompressSection()806 zlib::uncompress(CompressedStrings, Buffer, UCSize); in decompressSection()