HomeSort by: relevance | last modified time | path
    Searched refs:CompressedStrings (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 103 SmallString<128> CompressedStrings;
104 llvm::Error E = zlib::compress(UncompressedStrings, CompressedStrings,
109 encodeULEB128(CompressedStrings.size(), OS);
110 OS << CompressedStrings.str();
SampleProfReader.cpp 801 StringRef CompressedStrings(reinterpret_cast<const char *>(Data),
806 zlib::uncompress(CompressedStrings, Buffer, UCSize);

Completed in 167 milliseconds