Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfiling.h137 uint64_t CounterValue);
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h210 unsigned CounterValue = 0; variable
2168 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
2169 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp509 const auto *CounterValue = reinterpret_cast<const uint64_t *>(Ptr); in readRawCounts() local
510 Record.Counts.push_back(swap(*CounterValue)); in readRawCounts()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1650 OS << CounterValue++; in ExpandBuiltinMacro()