Home
last modified time | relevance | path

Searched refs:PGOFuncName (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp373 return *PGOFuncName; in getPGOFuncName()
392 return PGOFuncName; in getFuncNameWithoutPrefix()
395 if (PGOFuncName.starts_with(FileName)) in getFuncNameWithoutPrefix()
396 PGOFuncName = PGOFuncName.drop_front(FileName.size() + 1); in getFuncNameWithoutPrefix()
397 return PGOFuncName; in getFuncNameWithoutPrefix()
422 StringRef PGOFuncName) { in createPGOFuncNameVar() argument
522 if (Error E = addFuncName(PGOFuncName)) in addFuncWithName()
536 auto pos = PGOFuncName.find(UniqSuffix); in addFuncWithName()
543 pos = PGOFuncName.find('.', pos); in addFuncWithName()
545 StringRef OtherFuncName = PGOFuncName.substr(0, pos); in addFuncWithName()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h211 GlobalVariable *createPGOFuncNameVar(Function &F, StringRef PGOFuncName);
219 StringRef PGOFuncName);
226 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
294 void createPGOFuncNameMetadata(Function &F, StringRef PGOFuncName);
452 Error addFuncWithName(Function &F, StringRef PGOFuncName);