Searched refs:DeprecatedFuncName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 524 std::string DeprecatedFuncName; member in __anon638843e10111::FuncPGOInstrumentation 591 DeprecatedFuncName = getPGOFuncName(F); in FuncPGOInstrumentation() 1322 FuncInfo.FuncName, FuncInfo.FunctionHash, FuncInfo.DeprecatedFuncName, in readCounters() 1368 FuncInfo.FuncName, FuncInfo.FunctionHash, FuncInfo.DeprecatedFuncName, in populateCoverage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 728 StringRef DeprecatedFuncName = "",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1333 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord() argument 1345 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord()
|