Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp224 const std::string &VarPrefix, in collectStatsForDie() argument
374 std::string VarID = constructDieID(Die, VarPrefix); in collectStatsForDie()
444 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive() argument
493 VarPrefix = "v"; in collectStatsRecursive()
553 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive()
568 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive()