Home
last modified time | relevance | path

Searched defs:CounterValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp742 uint64_t CounterValue = swap(*reinterpret_cast<const uint64_t *>(Ptr)); in readRawCounts() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h215 unsigned CounterValue = 0; variable