Home
last modified time | relevance | path

Searched refs:ChildVarPrefix (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp613 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive() local
615 ChildVarPrefix += toHex(LexicalBlockIndex++) + '.'; in collectStatsRecursive()
617 ChildVarPrefix += 'p' + toHex(FormalParameterIndex++) + '.'; in collectStatsRecursive()
620 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()