Searched refs:doCompression (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 239 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/ |
D | InstrProf.cpp | 379 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/ |
D | InstrProf.h | 227 bool doCompression, std::string &Result); 231 std::string &Result, bool doCompression = true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 216 bool doCompression, std::string &Result); 221 std::string &Result, bool doCompression = true);
|