Home
last modified time | relevance | path

Searched refs:CounterValue (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h159 uint64_t CounterValue);
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp742 uint64_t CounterValue = swap(*reinterpret_cast<const uint64_t *>(Ptr)); in readRawCounts() local
743 if (CounterValue > MaxCounterValue && Warn) in readRawCounts()
745 instrprof_error::counter_value_too_large, Twine(CounterValue))); in readRawCounts()
747 Record.Counts.push_back(CounterValue); in readRawCounts()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h215 unsigned CounterValue = 0; variable
2345 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
2346 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1787 OS << CounterValue++; in ExpandBuiltinMacro()