Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp601 auto CountersSize = swap(Header.NumCounters) * getCounterTypeSize(); in readHeader()
708 getCounterTypeSize(); in readRawCounts()
720 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h464 int getCounterTypeSize() const { in getCounterTypeSize() function