llvm/llvm/unittests/DebugInfo/DWARF/DWARFDieTest.cpp

//===- llvm/unittest/DebugInfo/DWARFDieTest.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/BinaryFormat/Dwarf.h"
#include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/ObjectYAML/DWARFEmitter.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"

usingnamespacellvm;
usingnamespacellvm::dwarf;

namespace {

TEST(DWARFDie, getLocations) {}

TEST(DWARFDie, getDeclFile) {}

TEST(DWARFDie, getDeclFileAbstractOrigin) {}

TEST(DWARFDie, getDeclFileSpecification) {}

TEST(DWARFDie, getDeclFileAbstractOriginAcrossCUBoundary) {}

TEST(DWARFDie, getDeclFileSpecificationAcrossCUBoundary) {}

TEST(DWARFDie, getNameFromTypeUnit) {}

} // end anonymous namespace