Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp750 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName); in loadFunctionRecord()
752 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName, Record.Filenames[0]); in loadFunctionRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h226 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp390 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName) { in getFuncNameWithoutPrefix() function