Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp231 assert(Data.empty() && Names.empty() && NamesVec.empty()); in correlateProfileData()
239 this->NamesVec.clear(); in correlateProfileData()
436 this->NamesVec.push_back(*FunctionName); in correlateProfileDataImpl()
453 if (this->NamesVec.empty()) { in correlateProfileNameImpl()
459 collectGlobalObjectNameStrings(this->NamesVec, in correlateProfileNameImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h101 std::vector<std::string> NamesVec; variable