Searched refs:CounterBaseOffset (Results 1 – 1 of 1) sorted by relevance
654 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local655 if (CounterBaseOffset < 0) in readRawCounts()658 ("counter offset " + Twine(CounterBaseOffset) + " is negative").str()); in readRawCounts()660 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()662 ("counter offset " + Twine(CounterBaseOffset) + in readRawCounts()668 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()681 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()