LLDB mainline
|
Holds statistics about DWO (Debug With Object) files. More...
#include <Statistics.h>
Public Member Functions | |
DWOStats & | operator+= (const DWOStats &rhs) |
Public Attributes | |
uint32_t | loaded_dwo_file_count = 0 |
uint32_t | dwo_file_count = 0 |
uint32_t | dwo_error_count = 0 |
Friends | |
DWOStats | operator+ (DWOStats lhs, const DWOStats &rhs) |
Holds statistics about DWO (Debug With Object) files.
Definition at line 127 of file Statistics.h.
Definition at line 132 of file Statistics.h.
References dwo_error_count, dwo_file_count, and loaded_dwo_file_count.
Definition at line 139 of file Statistics.h.
uint32_t lldb_private::DWOStats::dwo_error_count = 0 |
Definition at line 130 of file Statistics.h.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwoStats(), and operator+=().
uint32_t lldb_private::DWOStats::dwo_file_count = 0 |
Definition at line 129 of file Statistics.h.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwoStats(), and operator+=().
uint32_t lldb_private::DWOStats::loaded_dwo_file_count = 0 |
Definition at line 128 of file Statistics.h.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwoStats(), and operator+=().