Searched refs:TotalSecsSize (Results 1 – 1 of 1) sorted by relevance
1303 uint64_t TotalSecsSize = 0; in dumpSectionInfo() local1309 TotalSecsSize += Entry.Size; in dumpSectionInfo()1312 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo()1316 OS << "Total Sections Size: " << TotalSecsSize << "\n"; in dumpSectionInfo()