Searched refs:CounterBaseOffset (Results 1 – 1 of 1) sorted by relevance
726 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts() local727 if (CounterBaseOffset < 0) in readRawCounts()730 ("counter offset " + Twine(CounterBaseOffset) + " is negative").str()); in readRawCounts()732 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()734 ("counter offset " + Twine(CounterBaseOffset) + in readRawCounts()740 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()753 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()