Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h137 uint64_t CounterValue);
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h205 unsigned CounterValue = 0; variable
2315 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
2316 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp594 const auto *CounterValue = reinterpret_cast<const uint64_t *>(Ptr); in readRawCounts() local
595 Record.Counts.push_back(swap(*CounterValue)); in readRawCounts()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1651 OS << CounterValue++; in ExpandBuiltinMacro()