Searched refs:CounterBaseOffset (Results 1 – 1 of 1) sorted by relevance
562 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local563 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()