Lines Matching refs:IntPtrT
128 template <class IntPtrT>
129 llvm::Expected<std::unique_ptr<InstrProfCorrelatorImpl<IntPtrT>>>
130 InstrProfCorrelatorImpl<IntPtrT>::get( in get()
135 return std::make_unique<DwarfInstrProfCorrelator<IntPtrT>>(std::move(DICtx), in get()
143 template <class IntPtrT>
144 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData() { in correlateProfileData()
158 template <class IntPtrT>
159 void InstrProfCorrelatorImpl<IntPtrT>::addProbe(StringRef FunctionName, in addProbe()
161 IntPtrT CounterOffset, in addProbe()
162 IntPtrT FunctionPtr, in addProbe()
172 maybeSwap<IntPtrT>(CounterOffset), in addProbe()
173 maybeSwap<IntPtrT>(FunctionPtr), in addProbe()
175 /*ValuesPtr=*/maybeSwap<IntPtrT>(0), in addProbe()
182 template <class IntPtrT>
184 DwarfInstrProfCorrelator<IntPtrT>::getLocation(const DWARFDie &Die) const { in getLocation()
208 template <class IntPtrT>
209 bool DwarfInstrProfCorrelator<IntPtrT>::isDIEOfProbe(const DWARFDie &Die) { in isDIEOfProbe()
224 template <class IntPtrT>
225 void DwarfInstrProfCorrelator<IntPtrT>::correlateProfileDataImpl() { in correlateProfileDataImpl()