Searched refs:CounterBaseOffset (Results 1 – 1 of 1) sorted by relevance
693 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local694 if (CounterBaseOffset < 0) in readRawCounts()697 ("counter offset " + Twine(CounterBaseOffset) + " is negative").str()); in readRawCounts()699 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()701 ("counter offset " + Twine(CounterBaseOffset) + in readRawCounts()707 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()720 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()