Searched refs:BytesInScope (Results 1 – 1 of 1) sorted by relevance
50 uint64_t ScopeLowPC, uint64_t BytesInScope, in collectStatsForDie() argument59 BytesCovered = BytesInScope; in collectStatsForDie()79 if (OffsetToFirstDefinition > BytesInScope) in collectStatsForDie()83 assert(BytesInScope); in collectStatsForDie()86 BytesCovered = BytesInScope; in collectStatsForDie()102 if (BytesInScope) { in collectStatsForDie()106 BytesInScope -= OffsetToFirstDefinition; in collectStatsForDie()108 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()109 GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope; in collectStatsForDie()119 uint64_t ScopeLowPC, uint64_t BytesInScope, in collectStatsRecursive() argument[all …]