Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp378 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() argument
380 assert(!NameStrs.empty() && "No name data to emit"); in collectPGOFuncNameStrings()
384 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator()); in collectPGOFuncNameStrings()
387 .count(getInstrProfNameSeparator()) == (NameStrs.size() - 1) && in collectPGOFuncNameStrings()
428 std::vector<std::string> NameStrs; in collectPGOFuncNameStrings() local
430 NameStrs.push_back(getPGOFuncNameVarInitializer(NameVar)); in collectPGOFuncNameStrings()
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.h210 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,