#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/ObjectYAML/DWARFEmitter.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"
usingnamespacellvm;
static Error ExtractDebugNames(StringRef NamesSecData, StringRef StrSecData) { … }
namespace {
TEST(DWARFDebugNames, ReservedUnitLength) { … }
TEST(DWARFDebugNames, TooSmallForDWARF64) { … }
TEST(DWARFDebugNames, BasicTestEntries) { … }
TEST(DWARFDebugNames, ParentEntries) { … }
TEST(DWARFDebugNames, InvalidAbbrevCode) { … }
TEST(DWARFDebugNames, InvalidNumOfValues) { … }
TEST(DWARFDebugNames, UnsupportedForm) { … }
}