Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp135 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()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h132 class DwarfInstrProfCorrelator : public InstrProfCorrelatorImpl<IntPtrT> {
134 DwarfInstrProfCorrelator(std::unique_ptr<DWARFContext> DICtx, in DwarfInstrProfCorrelator() function