Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h190 static bool isDIEOfProbe(const DWARFDie &Die);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp310 bool DwarfInstrProfCorrelator<IntPtrT>::isDIEOfProbe(const DWARFDie &Die) { in isDIEOfProbe() function in DwarfInstrProfCorrelator
332 if (!isDIEOfProbe(Die)) in correlateProfileDataImpl()