Searched refs:FnStatMap (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 51 StringMap<PerFunctionStats> &FnStatMap, in collectStatsForDie() argument 95 auto &FnStats = FnStatMap[Prefix]; in collectStatsForDie() 120 StringMap<PerFunctionStats> &FnStatMap, in collectStatsRecursive() argument 140 auto &FnStats = FnStatMap[Name]; in collectStatsRecursive() 162 collectStatsForDie(Die, Prefix, ScopeLowPC, BytesInScope, FnStatMap, in collectStatsRecursive() 169 collectStatsRecursive(Child, Prefix, ScopeLowPC, BytesInScope, FnStatMap, in collectStatsRecursive()
|