LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFVerifier.h"
Public Member Functions | |
OutputCategoryAggregator (bool includeDetail=false) | |
void | ShowDetail (bool showDetail) |
size_t | GetNumCategories () const |
void | Report (StringRef s, std::function< void()> detailCallback) |
void | EnumerateResults (std::function< void(StringRef, unsigned)> handleCounts) |
Definition at line 33 of file DWARFVerifier.h.
|
inline |
Definition at line 39 of file DWARFVerifier.h.
void OutputCategoryAggregator::EnumerateResults | ( | std::function< void(StringRef, unsigned)> | handleCounts | ) |
Definition at line 2104 of file DWARFVerifier.cpp.
References llvm::count(), and name.
Referenced by llvm::DWARFVerifier::summarize().
|
inline |
Definition at line 42 of file DWARFVerifier.h.
Referenced by llvm::DWARFVerifier::summarize().
void OutputCategoryAggregator::Report | ( | StringRef | s, |
std::function< void()> | detailCallback | ||
) |
Definition at line 2097 of file DWARFVerifier.cpp.
Referenced by llvm::DWARFVerifier::verifyDebugStrOffsets().
|
inline |
Definition at line 41 of file DWARFVerifier.h.
Referenced by llvm::DWARFVerifier::DWARFVerifier().