Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp380 const uint64_t NumSchemaIds = in readMemProfSchema() local
382 if (NumSchemaIds > static_cast<uint64_t>(Meta::Size)) { in readMemProfSchema()
388 for (size_t I = 0; I < NumSchemaIds; I++) { in readMemProfSchema()