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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp864 uint64_t TotalSecsSize = 0; local
870 TotalSecsSize += getSectionSize(Entry.Type);
873 assert(HeaderSize + TotalSecsSize == getFileSize() &&
877 OS << "Total Sections Size: " << TotalSecsSize << "\n"; local

Completed in 48 milliseconds