Searched refs:DeprecatedFuncName (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 546 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 D | InstrProfReader.h | 767 StringRef DeprecatedFuncName = "",
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1483 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord() argument 1495 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord()
|