Searched refs:getPGOFuncName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 261 std::string getPGOFuncName(StringRef Name, GlobalValue::LinkageTypes Linkage, in getPGOFuncName() function 379 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() function 382 return getPGOFuncName(F.getName(), F.getLinkage(), FileName, Version); in getPGOFuncName() 392 return getPGOFuncName(F.getName(), GlobalValue::ExternalLinkage, ""); in getPGOFuncName() 480 if (Error E = addFuncWithName(F, getPGOFuncName(F, InLTO))) in create()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 185 std::string getPGOFuncName(const Function &F, bool InLTO = false, 192 std::string getPGOFuncName(StringRef RawFuncName,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 41 FuncName = llvm::getPGOFuncName( in setFuncName()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 615 DeprecatedFuncName = getPGOFuncName(F); in FuncPGOInstrumentation()
|