llvm/llvm/include/llvm/IR/DbgVariableFragmentInfo.h

//===- llvm/IR/DbgVariableFragmentInfo.h ------------------------*- 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
//
//===----------------------------------------------------------------------===//
//
// Helper struct to describe a fragment of a debug variable.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_IR_DBGVARIABLEFRAGMENTINFO_H
#define LLVM_IR_DBGVARIABLEFRAGMENTINFO_H

#include <cstdint>

namespace llvm {
struct DbgVariableFragmentInfo {};
} // end namespace llvm

#endif // LLVM_IR_DBGVARIABLEFRAGMENTINFO_H