Searched refs:getFuncNameWithoutPrefix (Results 1 – 3 of 3) sorted by relevance
240 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName); in loadFunctionRecord()242 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName, Record.Filenames[0]); in loadFunctionRecord()
205 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
323 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName) { in getFuncNameWithoutPrefix() function