Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp262 const std::string &VarPrefix, in collectStatsForDie() argument
412 std::string VarID = constructDieID(Die, VarPrefix); in collectStatsForDie()
485 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive() argument
536 VarPrefix = "v"; in collectStatsRecursive()
598 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive()
613 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive()