Home
last modified time | relevance | path

Searched defs:GlobalStats (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp27 struct GlobalStats { struct
52 GlobalStats &GlobalStats) { in collectStatsForDie() argument
121 GlobalStats &GlobalStats) { in collectStatsRecursive() argument
199 GlobalStats GlobalStats; in collectStatsForObjectFile() local
/external/scudo/standalone/tests/
Dstats_test.cpp26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument
/external/crosvm/crosvm_plugin/src/
Dlib.rs193 struct GlobalStats { struct
197 static mut STATS: GlobalStats = GlobalStats { argument
205 impl GlobalStats { implementation