Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp176 const uint64_t NumPCs = in readStackInfo() local
180 CallStack.reserve(NumPCs); in readStackInfo()
181 for (uint64_t J = 0; J < NumPCs; J++) { in readStackInfo()