LLVM 22.0.0git
|
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< Encoding > | Op |
Encoding for Op operands. |
Description of the encoding of one expression Op.
Definition at line 67 of file DWARFExpression.h.
|
inline |
Definition at line 72 of file DWARFExpression.h.
Referenced by Description().
|
inline |
Definition at line 74 of file DWARFExpression.h.
References Description(), and llvm::DWARFExpression::Operation::DwarfNA.
|
default |
SmallVector<Encoding> llvm::DWARFExpression::Operation::Description::Op |
Encoding for Op operands.
Definition at line 69 of file DWARFExpression.h.
Referenced by Description().
DwarfVersion llvm::DWARFExpression::Operation::Description::Version |
Dwarf version where the Op was introduced.
Definition at line 68 of file DWARFExpression.h.
Referenced by Description().