|
LLVM
8.0.1
|
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
Classes | |
| class | iterator |
| An iterator to go through the expression operations. More... | |
| class | Operation |
| This class represents an Operation in the Expression. More... | |
Public Member Functions | |
| DWARFExpression (DataExtractor Data, uint16_t Version, uint8_t AddressSize) | |
| iterator | begin () const |
| iterator | end () const |
| void | print (raw_ostream &OS, const MCRegisterInfo *RegInfo, bool IsEH=false) const |
Definition at line 23 of file DWARFExpression.h.
|
inline |
Definition at line 126 of file DWARFExpression.h.
References assert().
|
inline |
Definition at line 131 of file DWARFExpression.h.
|
inline |
Definition at line 132 of file DWARFExpression.h.
References llvm::Data, llvm::DWARFExpression::Operation::print(), and llvm::DWARFExpression::Operation::Description::Version.
| void llvm::DWARFExpression::print | ( | raw_ostream & | OS, |
| const MCRegisterInfo * | RegInfo, | ||
| bool | IsEH = false |
||
| ) | const |
Definition at line 262 of file DWARFExpression.cpp.
References llvm::Data, and llvm::format().
Referenced by dumpExpression().
1.8.13