|
LLVM 22.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, std::function< void()> detailCallback) |
| LLVM_ABI void | Report (StringRef category, StringRef sub_category, std::function< void()> detailCallback) |
| LLVM_ABI void | EnumerateResults (std::function< void(StringRef, unsigned)> handleCounts) |
| LLVM_ABI void | EnumerateDetailedResultsFor (StringRef category, std::function< void(StringRef, unsigned)> handleCounts) |
| uint64_t | GetNumErrors () const |
| Return the number of errors that have been reported. | |
Definition at line 42 of file DWARFVerifier.h.
|
inline |
Definition at line 50 of file DWARFVerifier.h.
| void OutputCategoryAggregator::EnumerateDetailedResultsFor | ( | StringRef | category, |
| std::function< void(StringRef, unsigned)> | handleCounts ) |
Definition at line 2355 of file DWARFVerifier.cpp.
References llvm::AggregationData::DetailedCounts, and name.
| void OutputCategoryAggregator::EnumerateResults | ( | std::function< void(StringRef, unsigned)> | handleCounts | ) |
Definition at line 2349 of file DWARFVerifier.cpp.
References name.
|
inline |
Definition at line 53 of file DWARFVerifier.h.
|
inline |
Return the number of errors that have been reported.
Definition at line 64 of file DWARFVerifier.h.
| LLVM_ABI void llvm::OutputCategoryAggregator::Report | ( | StringRef | category, |
| std::function< void()> | detailCallback ) |
References LLVM_ABI.
| LLVM_ABI void llvm::OutputCategoryAggregator::Report | ( | StringRef | category, |
| StringRef | sub_category, | ||
| std::function< void()> | detailCallback ) |
References LLVM_ABI.
|
inline |
Definition at line 52 of file DWARFVerifier.h.