Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp29 unsigned ScopeBytesCovered = 0; member
108 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()
110 assert(GlobalStats.ScopeBytesCovered <= in collectStatsForDie()
242 printDatum(OS, "scope bytes covered", GlobalStats.ScopeBytesCovered); in collectStatsForObjectFile()
248 << (int)std::round((GlobalStats.ScopeBytesCovered * 100.0) / in collectStatsForObjectFile()