Searched refs:CounterValue (Results 1 – 4 of 4) sorted by relevance
137 uint64_t CounterValue);
205 unsigned CounterValue = 0; variable2315 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()2316 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
594 const auto *CounterValue = reinterpret_cast<const uint64_t *>(Ptr); in readRawCounts() local595 Record.Counts.push_back(swap(*CounterValue)); in readRawCounts()
1651 OS << CounterValue++; in ExpandBuiltinMacro()