Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp524 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 DInstrProfReader.h728 StringRef DeprecatedFuncName = "",
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1333 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord() argument
1345 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord()