Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp580 auto CountersSize = swap(Header.NumCounters) * getCounterTypeSize(); in readHeader()
669 getCounterTypeSize(); in readRawCounts()
681 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h460 int getCounterTypeSize() const { in getCounterTypeSize() function