Searched refs:InlineDepth (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 225 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsForDie() argument 445 uint64_t BytesInScope, uint32_t InlineDepth, in collectStatsRecursive() argument 548 else if (IsInlinedFunction && InlineDepth == 0) in collectStatsRecursive() 553 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive() 559 InlineDepth = 0; in collectStatsRecursive() 561 ++InlineDepth; in collectStatsRecursive() 575 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()
|