Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1303 uint64_t TotalSecsSize = 0; in dumpSectionInfo() local
1309 TotalSecsSize += Entry.Size; in dumpSectionInfo()
1312 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo()
1316 OS << "Total Sections Size: " << TotalSecsSize << "\n"; in dumpSectionInfo()