LLDB mainline
Functions | Variables
DWARFDebugInfoEntry.cpp File Reference
#include "DWARFDebugInfoEntry.h"
#include <cassert>
#include <algorithm>
#include <optional>
#include "llvm/Support/LEB128.h"
#include "lldb/Core/Module.h"
#include "lldb/Expression/DWARFExpression.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Utility/Stream.h"
#include "lldb/Utility/StreamString.h"
#include "DWARFCompileUnit.h"
#include "DWARFDebugAranges.h"
#include "DWARFDebugInfo.h"
#include "DWARFDebugRanges.h"
#include "DWARFDeclContext.h"
#include "DWARFFormValue.h"
#include "DWARFUnit.h"
#include "SymbolFileDWARF.h"
#include "SymbolFileDWARFDwo.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"

Go to the source code of this file.

Functions

static DWARFRangeList GetRangesOrReportError (DWARFUnit &unit, const DWARFDebugInfoEntry &die, const DWARFFormValue &value)
 
static void ExtractAttrAndFormValue (const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, dw_attr_t &attr, DWARFFormValue &form_value)
 

Variables

int g_verbose
 

Function Documentation

◆ ExtractAttrAndFormValue()

static void ExtractAttrAndFormValue ( const llvm::DWARFAbbreviationDeclaration::AttributeSpec &  attr_spec,
dw_attr_t attr,
DWARFFormValue form_value 
)
static

◆ GetRangesOrReportError()

static DWARFRangeList GetRangesOrReportError ( DWARFUnit unit,
const DWARFDebugInfoEntry die,
const DWARFFormValue value 
)
static

Variable Documentation

◆ g_verbose

int g_verbose
extern