|
LLVM 23.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFVerifier.h"
Public Member Functions | |
| OutputCategoryAggregator (bool includeDetail=false) | |
| void | ShowDetail (bool showDetail) |
| size_t | GetNumCategories () const |
| LLVM_ABI void | Report (StringRef category, function_ref< void()> detailCallback) |
| LLVM_ABI void | Report (StringRef category, StringRef sub_category, function_ref< void()> detailCallback) |
| LLVM_ABI void | EnumerateResults (function_ref< void(StringRef, unsigned)> handleCounts) |
| LLVM_ABI void | EnumerateDetailedResultsFor (StringRef category, function_ref< void(StringRef, unsigned)> handleCounts) |
| uint64_t | GetNumErrors () const |
| Return the number of errors that have been reported. | |
Definition at line 43 of file DWARFVerifier.h.
|
inline |
Definition at line 51 of file DWARFVerifier.h.
| void OutputCategoryAggregator::EnumerateDetailedResultsFor | ( | StringRef | category, |
| function_ref< void(StringRef, unsigned)> | handleCounts ) |
Definition at line 2377 of file DWARFVerifier.cpp.
References llvm::AggregationData::DetailedCounts, and name.
| void OutputCategoryAggregator::EnumerateResults | ( | function_ref< void(StringRef, unsigned)> | handleCounts | ) |
Definition at line 2371 of file DWARFVerifier.cpp.
References name.
|
inline |
Definition at line 54 of file DWARFVerifier.h.
|
inline |
Return the number of errors that have been reported.
Definition at line 63 of file DWARFVerifier.h.
| LLVM_ABI void llvm::OutputCategoryAggregator::Report | ( | StringRef | category, |
| function_ref< void()> | detailCallback ) |
References LLVM_ABI.
| LLVM_ABI void llvm::OutputCategoryAggregator::Report | ( | StringRef | category, |
| StringRef | sub_category, | ||
| function_ref< void()> | detailCallback ) |
References LLVM_ABI.
|
inline |
Definition at line 53 of file DWARFVerifier.h.