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

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

Classes

class  iterator
 An iterator to go through the expression operations. More...
 
class  Operation
 This class represents an Operation in the Expression. More...
 

Public Member Functions

 DWARFExpression (DataExtractor Data, uint16_t Version, uint8_t AddressSize)
 
iterator begin () const
 
iterator end () const
 
void print (raw_ostream &OS, const MCRegisterInfo *RegInfo, bool IsEH=false) const
 

Detailed Description

Definition at line 23 of file DWARFExpression.h.

Constructor & Destructor Documentation

◆ DWARFExpression()

llvm::DWARFExpression::DWARFExpression ( DataExtractor  Data,
uint16_t  Version,
uint8_t  AddressSize 
)
inline

Definition at line 126 of file DWARFExpression.h.

References assert().

Member Function Documentation

◆ begin()

iterator llvm::DWARFExpression::begin ( ) const
inline

Definition at line 131 of file DWARFExpression.h.

◆ end()

iterator llvm::DWARFExpression::end ( ) const
inline

◆ print()

void llvm::DWARFExpression::print ( raw_ostream OS,
const MCRegisterInfo RegInfo,
bool  IsEH = false 
) const

Definition at line 262 of file DWARFExpression.cpp.

References llvm::Data, and llvm::format().

Referenced by dumpExpression().


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