Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp260 IntPtrT FunctionPtr, in addDataProbe() argument
273 maybeSwap<IntPtrT>(FunctionPtr), in addDataProbe()
338 auto FunctionPtr = dwarf::toAddress(FnDie.find(dwarf::DW_AT_low_pc)); in correlateProfileDataImpl() local
388 if (!FunctionPtr && (UnlimitedWarnings || ++NumSuppressedWarnings < 1)) { in correlateProfileDataImpl()
413 CounterOffset, FunctionPtr.value_or(0), *NumCounters); in correlateProfileDataImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h157 IntPtrT CounterOffset, IntPtrT FunctionPtr,