Home
last modified time | relevance | path

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

/src/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()
412 this->NamesVec.push_back(*FunctionName); in correlateProfileDataImpl()
429 if (this->NamesVec.empty()) { in correlateProfileNameImpl()
435 collectGlobalObjectNameStrings(this->NamesVec, in correlateProfileNameImpl()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h96 std::vector<std::string> NamesVec; variable