Searched refs:NameStrs (Results 1 – 2 of 2) sorted by relevance
378 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() argument380 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() local430 NameStrs.push_back(getPGOFuncNameVarInitializer(NameVar)); in collectPGOFuncNameStrings()433 NameStrs, zlib::isAvailable() && doCompression, Result); in collectPGOFuncNameStrings()
210 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,