Searched refs:CounterValue (Results 1 – 4 of 4) sorted by relevance
137 uint64_t CounterValue);
210 unsigned CounterValue = 0; variable2168 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()2169 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
509 const auto *CounterValue = reinterpret_cast<const uint64_t *>(Ptr); in readRawCounts() local510 Record.Counts.push_back(swap(*CounterValue)); in readRawCounts()
1650 OS << CounterValue++; in ExpandBuiltinMacro()