Searched refs:ProfileNameToProfile (Results 1 – 2 of 2) sorted by relevance
51 ProfileNameToProfile[Name] = &YamlBF; in buildNameMaps()65 ProfileNameToProfile) { in hasLocalsWithFileName()274 auto PI = ProfileNameToProfile.find(Name); in preprocessProfile()275 if (PI != ProfileNameToProfile.end()) { in preprocessProfile()288 if (ProfileNameToProfile.find(Name) != ProfileNameToProfile.end()) in mayHaveProfileData()327 auto PI = ProfileNameToProfile.find(FunctionName); in readProfile()328 if (PI == ProfileNameToProfile.end()) in readProfile()373 auto PI = ProfileNameToProfile.find(FunctionName); in readProfile()374 if (PI == ProfileNameToProfile.end()) in readProfile()
67 StringMap<yaml::bolt::BinaryFunctionProfile *> ProfileNameToProfile; variable