Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp546 std::string DeprecatedFuncName; member in __anon0925556b0111::FuncPGOInstrumentation
615 DeprecatedFuncName = getPGOFuncName(F); in FuncPGOInstrumentation()
1376 FuncInfo.FuncName, FuncInfo.FunctionHash, FuncInfo.DeprecatedFuncName, in readCounters()
1422 FuncInfo.FuncName, FuncInfo.FunctionHash, FuncInfo.DeprecatedFuncName, in populateCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h767 StringRef DeprecatedFuncName = "",
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1483 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord() argument
1495 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord()