Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp568 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive() local
570 ChildVarPrefix += toHex(LexicalBlockIndex++) + '.'; in collectStatsRecursive()
572 ChildVarPrefix += 'p' + toHex(FormalParameterIndex++) + '.'; in collectStatsRecursive()
575 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()