Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp278 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt() local
279 auto FS = iter->second.find(*NameInProfile); in findFunctionSamplesAt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h405 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor() local
406 auto It = Profiles.find(*NameInProfile); in getSamplesFor()