Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp153 uint64_t BytesInThisScope = 0; in collectStatsRecursive() local
155 BytesInThisScope += Range.HighPC - Range.LowPC; in collectStatsRecursive()
158 if (BytesInThisScope) in collectStatsRecursive()
159 BytesInScope = BytesInThisScope; in collectStatsRecursive()