#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 { … }