Home
last modified time | relevance | path

Searched refs:correlateProfileNameImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h157 virtual Error correlateProfileNameImpl() = 0;
228 Error correlateProfileNameImpl() override;
250 Error correlateProfileNameImpl() override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp237 Error Result = correlateProfileNameImpl(); in correlateProfileData()
452 Error DwarfInstrProfCorrelator<IntPtrT>::correlateProfileNameImpl() { in correlateProfileNameImpl() function in DwarfInstrProfCorrelator
497 Error BinaryInstrProfCorrelator<IntPtrT>::correlateProfileNameImpl() { in correlateProfileNameImpl() function in BinaryInstrProfCorrelator