Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPathProfileInfo.cpp360 unsigned functionCount; in handlePathInfo() local
361 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) { in handlePathInfo()
367 for (unsigned i = 0; i < functionCount; i++) { in handlePathInfo()