Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp50 uint64_t ScopeLowPC, uint64_t BytesInScope, in collectStatsForDie() argument
59 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 …]