LLVM 20.0.0git
|
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< Encoding > | Op |
Encoding for Op operands. | |
Description of the encoding of one expression Op.
Definition at line 66 of file DWARFExpression.h.
|
inline |
Definition at line 71 of file DWARFExpression.h.
|
inline |
Definition at line 73 of file DWARFExpression.h.
|
default |
SmallVector<Encoding> llvm::DWARFExpression::Operation::Description::Op |
Encoding for Op operands.
Definition at line 68 of file DWARFExpression.h.
Referenced by llvm::dwarf_linker::parallel::CompileUnit::cloneDieAttrExpression(), llvm::DwarfDebug::emitDebugLocEntry(), llvm::DWARFExpression::Operation::getSubCode(), llvm::DWARFExpression::Operation::print(), and llvm::DWARFExpression::Operation::verify().
DwarfVersion llvm::DWARFExpression::Operation::Description::Version |
Dwarf version where the Op was introduced.
Definition at line 67 of file DWARFExpression.h.