Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1145 size_t PostfixPos = NewName.find(FunctionSamples::UniqSuffix); in adjustInstrProfile() local
1146 bool ProfileHasFUnique = (PostfixPos != StringRef::npos); in adjustInstrProfile()
1154 NewName = NewName.substr(0, PostfixPos); in adjustInstrProfile()