|
LLVM
8.0.1
|
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. More... | |
| Encoding | Op [2] |
| Encoding for Op operands, or SizeNA. More... | |
Description of the encoding of one expression Op.
Definition at line 62 of file DWARFExpression.h.
|
inline |
Definition at line 66 of file DWARFExpression.h.
| Encoding llvm::DWARFExpression::Operation::Description::Op[2] |
Encoding for Op operands, or SizeNA.
Definition at line 64 of file DWARFExpression.h.
Referenced by llvm::DWARFExpression::iterator::operator*(), and llvm::DWARFExpression::iterator::operator++().
| DwarfVersion llvm::DWARFExpression::Operation::Description::Version |
Dwarf version where the Op was introduced.
Definition at line 63 of file DWARFExpression.h.
Referenced by llvm::DWARFExpression::end(), and llvm::DWARFExpression::Operation::getEndOffset().
1.8.13