llvm/lldb/source/Core/ModuleChild.cpp

//===-- ModuleChild.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 "lldb/Core/ModuleChild.h"

usingnamespacelldb_private;

ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp)
    :{}

ModuleChild::~ModuleChild() = default;

const ModuleChild &ModuleChild::operator=(const ModuleChild &rhs) {}

lldb::ModuleSP ModuleChild::GetModule() const {}

void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) {}