#ifndef LLVM_DEBUGINFO_CODEVIEW_DEBUGSUBSECTIONRECORD_H
#define LLVM_DEBUGINFO_CODEVIEW_DEBUGSUBSECTIONRECORD_H
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/Support/BinaryStreamArray.h"
#include "llvm/Support/BinaryStreamRef.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MathExtras.h"
#include <cstdint>
#include <memory>
namespace llvm {
class BinaryStreamWriter;
namespace codeview {
class DebugSubsection;
struct DebugSubsectionHeader { … };
class DebugSubsectionRecord { … };
class DebugSubsectionRecordBuilder { … };
}
template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> { … };
namespace codeview {
DebugSubsectionArray;
}
}
#endif