Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp261 static void collectStatsForDie(DWARFDie Die, const std::string &FnPrefix, in collectStatsForDie() argument
279 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie()
485 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive() argument
587 FnPrefix = FnID; in collectStatsRecursive()
599 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive()
621 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()