Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h164 uint64_t CounterValue);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp775 uint64_t CounterValue = swap(*reinterpret_cast<const uint64_t *>(Ptr)); in readRawCounts() local
776 if (CounterValue > MaxCounterValue && Warn) in readRawCounts()
778 instrprof_error::counter_value_too_large, Twine(CounterValue))); in readRawCounts()
780 Record.Counts.push_back(CounterValue); in readRawCounts()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h229 unsigned CounterValue = 0; variable
2420 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
2421 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1739 OS << CounterValue++; in ExpandBuiltinMacro()