Searched refs:getPGOFuncName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 247 std::string getPGOFuncName(StringRef Name, GlobalValue::LinkageTypes Linkage, in getPGOFuncName() function 365 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() function 368 return getPGOFuncName(F.getName(), F.getLinkage(), FileName, Version); in getPGOFuncName() 378 return getPGOFuncName(F.getName(), GlobalValue::ExternalLinkage, ""); in getPGOFuncName() 460 if (Error E = addFuncWithName(F, getPGOFuncName(F, InLTO))) in create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 179 std::string getPGOFuncName(const Function &F, bool InLTO = false, 186 std::string getPGOFuncName(StringRef RawFuncName,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 39 FuncName = llvm::getPGOFuncName( in setFuncName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 591 DeprecatedFuncName = getPGOFuncName(F); in FuncPGOInstrumentation()
|