Searched refs:DwarfInstrProfCorrelator (Results 1 – 2 of 2) sorted by relevance
135 return std::make_unique<DwarfInstrProfCorrelator<IntPtrT>>(std::move(DICtx), in get()184 DwarfInstrProfCorrelator<IntPtrT>::getLocation(const DWARFDie &Die) const { in getLocation()209 bool DwarfInstrProfCorrelator<IntPtrT>::isDIEOfProbe(const DWARFDie &Die) { in isDIEOfProbe()225 void DwarfInstrProfCorrelator<IntPtrT>::correlateProfileDataImpl() { in correlateProfileDataImpl()
132 class DwarfInstrProfCorrelator : public InstrProfCorrelatorImpl<IntPtrT> {134 DwarfInstrProfCorrelator(std::unique_ptr<DWARFContext> DICtx, in DwarfInstrProfCorrelator() function