Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp488 auto CountersSize = swap(Header.CountersSize) * getCounterTypeSize(); in readHeader()
577 getCounterTypeSize(); in readRawCounts()
589 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h417 int getCounterTypeSize() const { in getCounterTypeSize() function