Searched refs:getFuncNameWithoutPrefix (Results 1 – 3 of 3) sorted by relevance
750 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName); in loadFunctionRecord()752 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName, Record.Filenames[0]); in loadFunctionRecord()
226 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
390 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName) { in getFuncNameWithoutPrefix() function