Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp379 bool doCompression, std::string &Result) { in collectPGOFuncNameStrings() argument
403 if (!doCompression) { in collectPGOFuncNameStrings()
427 std::string &Result, bool doCompression) { in collectPGOFuncNameStrings() argument
433 NameStrs, zlib::isAvailable() && doCompression, Result); in collectPGOFuncNameStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h211 bool doCompression, std::string &Result);
216 std::string &Result, bool doCompression = true);