Searched refs:NameInProfile (Results 1 – 2 of 2) sorted by relevance
431 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor() local432 auto It = Profiles.find(*NameInProfile); in getSamplesFor()
301 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt() local302 auto FS = iter->second.find(*NameInProfile); in findFunctionSamplesAt()