LLDB mainline
|
#include "SymbolFileDWARF.h"
#include "llvm/ADT/SmallVector.h"
#include "DWARFAttribute.h"
#include "DWARFBaseDIE.h"
#include "DWARFDebugAbbrev.h"
#include "DWARFDebugRanges.h"
#include <map>
#include <optional>
#include <set>
#include <vector>
#include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
Go to the source code of this file.
Classes | |
class | DWARFDebugInfoEntry |
DWARFDebugInfoEntry objects assume that they are living in one big vector and do pointer arithmetic on their this pointers. More... | |
Macros | |
#define | DIE_SIBLING_IDX_BITSIZE 31 |
#define DIE_SIBLING_IDX_BITSIZE 31 |
Definition at line 28 of file DWARFDebugInfoEntry.h.