LLVM 22.0.0git
llvm::DWARFExpression::Operation::Description Struct Reference

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

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

Public Member Functions

template<typename... Ts>
 Description (DwarfVersion Version, Ts... Op)
 Description ()
 ~Description ()=default

Public Attributes

DwarfVersion Version
 Dwarf version where the Op was introduced.
SmallVector< EncodingOp
 Encoding for Op operands.

Detailed Description

Description of the encoding of one expression Op.

Definition at line 67 of file DWARFExpression.h.

Constructor & Destructor Documentation

◆ Description() [1/2]

template<typename... Ts>
llvm::DWARFExpression::Operation::Description::Description ( DwarfVersion Version,
Ts... Op )
inline

Definition at line 72 of file DWARFExpression.h.

References Op, and Version.

Referenced by Description().

◆ Description() [2/2]

llvm::DWARFExpression::Operation::Description::Description ( )
inline

Definition at line 74 of file DWARFExpression.h.

References Description(), and llvm::DWARFExpression::Operation::DwarfNA.

◆ ~Description()

llvm::DWARFExpression::Operation::Description::~Description ( )
default

Member Data Documentation

◆ Op

SmallVector<Encoding> llvm::DWARFExpression::Operation::Description::Op

Encoding for Op operands.

Definition at line 69 of file DWARFExpression.h.

Referenced by Description().

◆ Version

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

Dwarf version where the Op was introduced.

Definition at line 68 of file DWARFExpression.h.

Referenced by Description().


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