LLDB mainline
lldb_private::DWOStats Struct Reference

Holds statistics about DWO (Debug With Object) files. More...

#include <Statistics.h>

Public Member Functions

DWOStatsoperator+= (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)

Detailed Description

Holds statistics about DWO (Debug With Object) files.

Definition at line 127 of file Statistics.h.

Member Function Documentation

◆ operator+=()

DWOStats & lldb_private::DWOStats::operator+= ( const DWOStats & rhs)
inline

Definition at line 132 of file Statistics.h.

References dwo_error_count, dwo_file_count, and loaded_dwo_file_count.

◆ operator+

DWOStats operator+ ( DWOStats lhs,
const DWOStats & rhs )
friend

Definition at line 139 of file Statistics.h.

Member Data Documentation

◆ dwo_error_count

uint32_t lldb_private::DWOStats::dwo_error_count = 0

◆ dwo_file_count

uint32_t lldb_private::DWOStats::dwo_file_count = 0

◆ loaded_dwo_file_count

uint32_t lldb_private::DWOStats::loaded_dwo_file_count = 0

The documentation for this struct was generated from the following file: