Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1396 uint64_t TotalSecsSize = 0; in dumpSectionInfo() local
1402 TotalSecsSize += Entry.Size; in dumpSectionInfo()
1405 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo()
1409 OS << "Total Sections Size: " << TotalSecsSize << "\n"; in dumpSectionInfo()