LLVM  8.0.1
Classes | Public Member Functions | List of all members
llvm::DWARFDebugMacro Class Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugMacro.h"

Public Member Functions

 DWARFDebugMacro ()=default
 
void dump (raw_ostream &OS) const
 Print the macro list found within the debug_macinfo section. More...
 
void parse (DataExtractor data)
 Parse the debug_macinfo section accessible via the 'data' parameter. More...
 
bool empty () const
 Return whether the section has any entries. More...
 

Detailed Description

Definition at line 21 of file DWARFDebugMacro.h.

Constructor & Destructor Documentation

◆ DWARFDebugMacro()

llvm::DWARFDebugMacro::DWARFDebugMacro ( )
default

Member Function Documentation

◆ dump()

void DWARFDebugMacro::dump ( raw_ostream OS) const

◆ empty()

bool llvm::DWARFDebugMacro::empty ( ) const
inline

Return whether the section has any entries.

Definition at line 58 of file DWARFDebugMacro.h.

References llvm::SmallVectorBase::empty().

◆ parse()

void DWARFDebugMacro::parse ( DataExtractor  data)

The documentation for this class was generated from the following files: