Searched refs:InlineDepth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 274 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsForDie() argument 497 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument 606 else if (IsInlinedFunction && InlineDepth == 0) in collectStatsRecursive() 611 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive() 617 InlineDepth = 0; in collectStatsRecursive() 619 ++InlineDepth; in collectStatsRecursive() 633 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()
|