Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProf.cpp276 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt() local
277 auto FS = iter->second.find(*NameInProfile); in findFunctionSamplesAt()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h422 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor() local
423 auto It = Profiles.find(*NameInProfile); in getSamplesFor()