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.h150 uint64_t CounterValue);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp703 uint64_t CounterValue = swap(*reinterpret_cast<const uint64_t *>(Ptr)); in readRawCounts() local
704 if (CounterValue > MaxCounterValue && Warn) in readRawCounts()
706 instrprof_error::counter_value_too_large, Twine(CounterValue))); in readRawCounts()
708 Record.Counts.push_back(CounterValue); in readRawCounts()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h205 unsigned CounterValue = 0; variable
2313 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
2314 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1650 OS << CounterValue++; in ExpandBuiltinMacro()