Searched refs:getFuncNameWithoutPrefix (Results 1 – 3 of 3) sorted by relevance
807 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName); in loadFunctionRecord()809 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName, Record.Filenames[0]); in loadFunctionRecord()
232 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
410 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName) { in getFuncNameWithoutPrefix() function