[all-commits] [llvm/llvm-project] 462408: [llvm-dwarfdump] Print number of out-of-line funct...

Javier Lopez-Gomez via All-commits all-commits at lists.llvm.org
Wed Feb 19 07:27:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4624087328961b2ad50935799e3b5eee49e90c23
      https://github.com/llvm/llvm-project/commit/4624087328961b2ad50935799e3b5eee49e90c23
  Author: Javier Lopez-Gomez <javier.lopez.gomez at proton.me>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M llvm/test/tools/llvm-dwarfdump/X86/statistics-dwo.test
    M llvm/test/tools/llvm-dwarfdump/X86/statistics-v3.test
    M llvm/test/tools/llvm-dwarfdump/X86/stats-inlining-multi-cu.ll
    M llvm/test/tools/llvm-dwarfdump/X86/stats-inlining-single-cu.ll
    M llvm/test/tools/llvm-dwarfdump/X86/stats-mulitple-cu-out-of-line.ll
    M llvm/test/tools/llvm-dwarfdump/X86/stats-multiple-cu-same-name.ll
    M llvm/tools/llvm-dwarfdump/Statistics.cpp

  Log Message:
  -----------
  [llvm-dwarfdump] Print number of out-of-line functions described by DWARF (#127233)

Some of the functions in `#functions` may have several inlined
instances, but also an out-of-line definition.

Therefore, for complex enough DWARF input, `#functions` - `#inlined
functions` would not give us the number of out-of-line function
definitions.
`llvm-dwarfdump`, however, already keeps track of those; print it as
part of the statistics, as this number is useful in certain scenarios.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list