Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp239 bool doCompression, std::string &Result) { in collectPGOFuncNameStrings() argument
263 if (!doCompression) { in collectPGOFuncNameStrings()
287 std::string &Result, bool doCompression) { in collectPGOFuncNameStrings() argument
293 NameStrs, zlib::isAvailable() && doCompression, Result); in collectPGOFuncNameStrings()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h227 bool doCompression, std::string &Result);
231 std::string &Result, bool doCompression = true);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h216 bool doCompression, std::string &Result);
221 std::string &Result, bool doCompression = true);