Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp238 Error collectPGOFuncNameStrings(const std::vector<std::string> &NameStrs, in collectPGOFuncNameStrings() argument
240 assert(NameStrs.size() && "No name data to emit"); in collectPGOFuncNameStrings()
244 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator()); in collectPGOFuncNameStrings()
247 .count(getInstrProfNameSeparator()) == (NameStrs.size() - 1) && in collectPGOFuncNameStrings()
288 std::vector<std::string> NameStrs; in collectPGOFuncNameStrings() local
290 NameStrs.push_back(getPGOFuncNameVarInitializer(NameVar)); in collectPGOFuncNameStrings()
293 NameStrs, zlib::isAvailable() && doCompression, Result); in collectPGOFuncNameStrings()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h226 Error collectPGOFuncNameStrings(const std::vector<std::string> &NameStrs,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h215 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,