|
LLVM
8.0.1
|
Wraps the returned DIEs for a given address. More...
#include "llvm/DebugInfo/DWARF/DWARFContext.h"

Public Member Functions | |
| operator bool () const | |
Public Attributes | |
| DWARFCompileUnit * | CompileUnit = nullptr |
| DWARFDie | FunctionDIE |
| DWARFDie | BlockDIE |
Wraps the returned DIEs for a given address.
Definition at line 312 of file DWARFContext.h.
|
inlineexplicit |
Definition at line 316 of file DWARFContext.h.
References llvm::Address, and Size.
| DWARFDie llvm::DWARFContext::DIEsForAddress::BlockDIE |
Definition at line 315 of file DWARFContext.h.
Referenced by llvm::DWARFContext::getDIEsForAddress().
| DWARFCompileUnit* llvm::DWARFContext::DIEsForAddress::CompileUnit = nullptr |
Definition at line 313 of file DWARFContext.h.
Referenced by llvm::DWARFContext::getDIEsForAddress().
| DWARFDie llvm::DWARFContext::DIEsForAddress::FunctionDIE |
Definition at line 314 of file DWARFContext.h.
Referenced by llvm::DWARFContext::getDIEsForAddress().
1.8.13