Searched refs:InlineDepth (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 263 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsForDie() argument 486 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument 593 else if (IsInlinedFunction && InlineDepth == 0) in collectStatsRecursive() 598 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive() 604 InlineDepth = 0; in collectStatsRecursive() 606 ++InlineDepth; in collectStatsRecursive() 620 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()
|