Home
last modified time | relevance | path

Searched refs:GetWithError (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp71 auto GetWithError = [](ArrayRef<uint8_t> Bytes) in TEST() local
98 GetWithError({}), in TEST()
105 GetWithError({0x00, 0x01, 0x02}), in TEST()
111 GetWithError({0x00, 0x01, 0x02, 0x03}), in TEST()
119 GetWithError({0x00, 0x00, 0x00, 0x00}), in TEST()
126 GetWithError({0xff, 0xff, 0xff, 0xf0}), in TEST()
133 GetWithError({0xff, 0xff, 0xff, 0xff}), in TEST()
140 GetWithError({0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x02, 0x03}), in TEST()
147 GetWithError({0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, in TEST()