Searched refs:PostfixPos (Results 1 – 1 of 1) sorted by relevance
1233 size_t PostfixPos = NewName.find(FunctionSamples::UniqSuffix); in adjustInstrProfile() local1234 bool ProfileHasFUnique = (PostfixPos != StringRef::npos); in adjustInstrProfile()1242 NewName = NewName.substr(0, PostfixPos); in adjustInstrProfile()