Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp207 assert(Data.empty() && Names.empty() && NamesVec.empty()); in correlateProfileData()
215 this->NamesVec.clear(); in correlateProfileData()
414 this->NamesVec.push_back(*FunctionName); in correlateProfileDataImpl()
431 if (this->NamesVec.empty()) { in correlateProfileNameImpl()
437 collectGlobalObjectNameStrings(this->NamesVec, in correlateProfileNameImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h96 std::vector<std::string> NamesVec; variable