llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp

//===-- DWARFDebugArangeSet.cpp -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "DWARFDebugArangeSet.h"
#include "DWARFDataExtractor.h"
#include "LogChannelDWARF.h"
#include "llvm/Object/Error.h"
#include <cassert>

usingnamespacelldb_private;
usingnamespacelldb_private::plugin::dwarf;

DWARFDebugArangeSet::DWARFDebugArangeSet()
    :{}

void DWARFDebugArangeSet::Clear() {}

llvm::Error DWARFDebugArangeSet::extract(const DWARFDataExtractor &data,
                                         lldb::offset_t *offset_ptr) {}

class DescriptorContainsAddress {};

dw_offset_t DWARFDebugArangeSet::FindAddress(dw_addr_t address) const {}