Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp438 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() argument
440 assert(!NameStrs.empty() && "No name data to emit"); in collectPGOFuncNameStrings()
444 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator()); in collectPGOFuncNameStrings()
447 .count(getInstrProfNameSeparator()) == (NameStrs.size() - 1) && in collectPGOFuncNameStrings()
485 std::vector<std::string> NameStrs; in collectPGOFuncNameStrings() local
487 NameStrs.push_back(std::string(getPGOFuncNameVarInitializer(NameVar))); in collectPGOFuncNameStrings()
490 NameStrs, compression::zlib::isAvailable() && doCompression, Result); in collectPGOFuncNameStrings()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h222 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,