OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 23 00:26:21 UTC 2026