Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp54 uint64_t BytesCovered = 0; in collectStatsForDie() local
59 BytesCovered = BytesInScope; in collectStatsForDie()
71 BytesCovered += Entry.End - Entry.Begin; in collectStatsForDie()
86 BytesCovered = BytesInScope; in collectStatsForDie()
108 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()