llvm/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp

//===- DebugSymbolRVASubsection.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 "llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/Support/BinaryStreamReader.h"
#include "llvm/Support/BinaryStreamWriter.h"
#include <cstdint>

usingnamespacellvm;
usingnamespacellvm::codeview;

DebugSymbolRVASubsectionRef::DebugSymbolRVASubsectionRef()
    :{}

Error DebugSymbolRVASubsectionRef::initialize(BinaryStreamReader &Reader) {}

DebugSymbolRVASubsection::DebugSymbolRVASubsection()
    :{}

Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const {}

uint32_t DebugSymbolRVASubsection::calculateSerializedSize() const {}