Searched refs:GetWithoutError (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractorTest.cpp | 86 auto GetWithoutError = [](ArrayRef<uint8_t> Bytes) { in TEST() local 101 EXPECT_EQ(GetWithoutError({}), ErrorResult); in TEST() 108 EXPECT_EQ(GetWithoutError({0x00, 0x01, 0x02}), ErrorResult); in TEST() 113 EXPECT_EQ(GetWithoutError({0x00, 0x01, 0x02, 0x03}), in TEST() 121 EXPECT_EQ(GetWithoutError({0x00, 0x00, 0x00, 0x00}), in TEST() 129 EXPECT_EQ(GetWithoutError({0xff, 0xff, 0xff, 0xf0}), ErrorResult); in TEST() 136 EXPECT_EQ(GetWithoutError({0xff, 0xff, 0xff, 0xff}), ErrorResult); in TEST() 143 EXPECT_EQ(GetWithoutError({0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x02, 0x03}), in TEST() 150 EXPECT_EQ(GetWithoutError({0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x02, 0x03, in TEST()
|