diff options
author | cmtice <cmtice@google.com> | 2024-02-26 21:54:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 21:54:10 -0800 |
commit | f0663772463335bed253491fa380e1a9c2d78484 (patch) | |
tree | 335d7fff72d9cb5e02031aadcf29237dcbb75c8a /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | e7900e695e7dfb36be8651d914a31f42a5d6c634 (diff) | |
download | llvm-f0663772463335bed253491fa380e1a9c2d78484.zip llvm-f0663772463335bed253491fa380e1a9c2d78484.tar.gz llvm-f0663772463335bed253491fa380e1a9c2d78484.tar.bz2 |
[LLVM][DWARF] Make dwarf::getDebugNamesBucketCount return a pair. (#83047)
llvm::dwarf::getDebugNamesBucketCount directly returns the bucket count,
via return statement, but it also returns the hash count via a
parameter. This changes the function to return them both as a std::pair,
in the return statement. It also changes the name of the function to
make it clear it returns both values.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions