Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp415 auto *NamesStartAsCounter = reinterpret_cast<const uint64_t *>(NamesStart); in readRawCounts() local
419 RawCounts.data() + RawCounts.size() > NamesStartAsCounter) in readRawCounts()