Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp562 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local
563 if (CounterBaseOffset < 0) in readRawCounts()
566 ("counter offset " + Twine(CounterBaseOffset) + " is negative").str()); in readRawCounts()
568 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()
570 ("counter offset " + Twine(CounterBaseOffset) + in readRawCounts()
576 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()
589 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()