Searched refs:CounterBaseOffset (Results 1 – 1 of 1) sorted by relevance
477 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local478 if (CounterBaseOffset < 0) in readRawCounts()481 ("counter offset " + Twine(CounterBaseOffset) + " is negative").str()); in readRawCounts()483 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()485 ("counter offset " + Twine(CounterBaseOffset) + in readRawCounts()491 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()504 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()