Home
last modified time | relevance | path

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

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