Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp537 uint32_t NumPosCounts; in readOneFunctionProfile() local
538 if (!GcovBuffer.readInt(NumPosCounts)) in readOneFunctionProfile()
568 for (uint32_t I = 0; I < NumPosCounts; ++I) { in readOneFunctionProfile()