LLDB mainline
|
#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 "DWARFDebugAbbrev.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"
Go to the source code of this file.
Functions | |
static DWARFRangeList | GetRangesOrReportError (DWARFUnit &unit, const DWARFDebugInfoEntry &die, const DWARFFormValue &value) |
Variables | |
int | g_verbose |
|
static |
Definition at line 211 of file DWARFDebugInfoEntry.cpp.
References DWARFUnit::FindRnglistFromIndex(), DWARFUnit::FindRnglistFromOffset(), DWARFFormValue::Form(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), DWARFDebugInfoEntry::GetOffset(), DWARFUnit::GetSymbolFileDWARF(), lldb_private::toString(), and DWARFFormValue::Unsigned().
Referenced by DWARFDebugInfoEntry::GetAttributeAddressRanges(), and DWARFDebugInfoEntry::GetDIENamesAndRanges().
|
extern |