llvm/llvm/unittests/Object/ELFTypesTest.cpp

//===----------------------- ELFTypesTest.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/Object/ELFTypes.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"
#include <iostream>

usingnamespacellvm;
usingnamespacellvm::object;

Elf_Note;

template <class ELFT> struct NoteTestData {};

TEST(ELFTypesTest, NoteTest) {}

TEST(ELFTypesTest, BBEntryMetadataEncodingTest) {}

TEST(ELFTypesTest, BBEntryMetadataInvalidEncodingTest) {}

static_assert;

TEST(ELFTypesTest, BBAddrMapFeaturesEncodingTest) {}

TEST(ELFTypesTest, BBAddrMapFeaturesInvalidEncodingTest) {}