Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp478 for (auto &[TimestampValue, NameRef] : TemporalProfTimestamps) in getTemporalProfTraces()
683 uint64_t TimestampValue = swap(*reinterpret_cast<const uint64_t *>(Ptr)); in readRawCounts() local
684 if (TimestampValue != 0 && in readRawCounts()
685 TimestampValue != std::numeric_limits<uint64_t>::max()) { in readRawCounts()
686 TemporalProfTimestamps.emplace_back(TimestampValue, in readRawCounts()