LLVM 19.0.0git
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"

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 66 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 71 of file DWARFExpression.h.

◆ Description() [2/2]

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

Definition at line 73 of file DWARFExpression.h.

◆ ~Description()

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

Member Data Documentation

◆ Op

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

◆ Version

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

Dwarf version where the Op was introduced.

Definition at line 67 of file DWARFExpression.h.


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