Searched refs:PGOName (Results 1 – 1 of 1) sorted by relevance
582 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName() local583 size_t S = PGOName.find_first_of(':'); in getOrigFuncName()585 return PGOName; in getOrigFuncName()586 return PGOName.drop_front(S + 1); in getOrigFuncName()