llvm/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp

//===- TypeRecordHelpers.cpp ------------------------------------*- C++ -*-===//
//
// 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/TypeRecordHelpers.h"

#include "llvm/ADT/SmallVector.h"
#include "llvm/DebugInfo/CodeView/TypeDeserializer.h"
#include "llvm/DebugInfo/CodeView/TypeIndexDiscovery.h"

usingnamespacellvm;
usingnamespacellvm::codeview;

template <typename RecordT> static ClassOptions getUdtOptions(CVType CVT) {}

bool llvm::codeview::isUdtForwardRef(CVType CVT) {}

TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) {}

uint64_t llvm::codeview::getSizeInBytesForTypeIndex(TypeIndex TI) {}

template <typename RecordT> static uint64_t getUdtSize(CVType CVT) {}

uint64_t llvm::codeview::getSizeInBytesForTypeRecord(CVType CVT) {}