LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DWARFExpression::Operation::Description Struct Reference

Description of the encoding of one expression Op. More...

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

Collaboration diagram for llvm::DWARFExpression::Operation::Description:
Collaboration graph
[legend]

Public Member Functions

 Description (DwarfVersion Version=DwarfNA, Encoding Op1=SizeNA, Encoding Op2=SizeNA)
 

Public Attributes

DwarfVersion Version
 Dwarf version where the Op was introduced. More...
 
Encoding Op [2]
 Encoding for Op operands, or SizeNA. More...
 

Detailed Description

Description of the encoding of one expression Op.

Definition at line 62 of file DWARFExpression.h.

Constructor & Destructor Documentation

◆ Description()

llvm::DWARFExpression::Operation::Description::Description ( DwarfVersion  Version = DwarfNA,
Encoding  Op1 = SizeNA,
Encoding  Op2 = SizeNA 
)
inline

Definition at line 66 of file DWARFExpression.h.

Member Data Documentation

◆ Op

Encoding llvm::DWARFExpression::Operation::Description::Op[2]

Encoding for Op operands, or SizeNA.

Definition at line 64 of file DWARFExpression.h.

Referenced by llvm::DWARFExpression::iterator::operator*(), and llvm::DWARFExpression::iterator::operator++().

◆ Version

DwarfVersion llvm::DWARFExpression::Operation::Description::Version

Dwarf version where the Op was introduced.

Definition at line 63 of file DWARFExpression.h.

Referenced by llvm::DWARFExpression::end(), and llvm::DWARFExpression::Operation::getEndOffset().


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