LLVM 17.0.0git
|
Description of the encoding of one expression Op. More...
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
Public Member Functions | |
Description (DwarfVersion Version=DwarfNA, Encoding Op1=SizeNA, Encoding Op2=SizeNA) | |
Public Attributes | |
DwarfVersion | Version |
Dwarf version where the Op was introduced. | |
Encoding | Op [2] |
Encoding for Op operands, or SizeNA. | |
Description of the encoding of one expression Op.
Definition at line 65 of file DWARFExpression.h.
|
inline |
Definition at line 69 of file DWARFExpression.h.
References Op.
Encoding llvm::DWARFExpression::Operation::Description::Op[2] |
Encoding for Op operands, or SizeNA.
Definition at line 67 of file DWARFExpression.h.
Referenced by Description().
DwarfVersion llvm::DWARFExpression::Operation::Description::Version |
Dwarf version where the Op was introduced.
Definition at line 66 of file DWARFExpression.h.