diff options
author | Javier Lopez-Gomez <javier.lopez.gomez@proton.me> | 2025-02-19 16:27:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-19 15:27:16 +0000 |
commit | 4624087328961b2ad50935799e3b5eee49e90c23 (patch) | |
tree | f239f2c1ec1c0ebc33832e3c5443142dbfba9c5d /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 26a83994176fcdca6e77be4f221a15f561681621 (diff) | |
download | llvm-4624087328961b2ad50935799e3b5eee49e90c23.zip llvm-4624087328961b2ad50935799e3b5eee49e90c23.tar.gz llvm-4624087328961b2ad50935799e3b5eee49e90c23.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions