Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp284 IntPtrT FunctionPtr, in addDataProbe() argument
297 maybeSwap<IntPtrT>(FunctionPtr), in addDataProbe()
362 auto FunctionPtr = dwarf::toAddress(FnDie.find(dwarf::DW_AT_low_pc)); in correlateProfileDataImpl() local
410 if (!FunctionPtr && (UnlimitedWarnings || ++NumSuppressedWarnings < 1)) { in correlateProfileDataImpl()
435 CounterOffset, FunctionPtr.value_or(0), *NumCounters); in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h162 IntPtrT CounterOffset, IntPtrT FunctionPtr,