Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp213 static void collectStatsForDie(DWARFDie Die, std::string FnPrefix, in collectStatsForDie() argument
225 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie()
393 static void collectStatsRecursive(DWARFDie Die, std::string FnPrefix, in collectStatsRecursive() argument
455 FnPrefix = FnID; in collectStatsRecursive()
467 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive()
488 collectStatsRecursive(Child, FnPrefix, ChildVarPrefix, BytesInScope, in collectStatsRecursive()