Home
last modified time | relevance | path

Searched defs:FormSkipValueFixtureBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFFormValueTest.cpp128 struct FormSkipValueFixtureBase : public testing::TestWithParam<ParamType> { struct
129 void SetUp() override { in SetUp()
134 void doSkipValueTest() { in doSkipValueTest()
154 Form Fm;
155 uint16_t Version;
156 uint8_t AddrSize;
157 DwarfFormat Dwarf;
158 ArrayRef<uint8_t> InitialData;
159 uint64_t ExpectedSkipped;
160 bool ExpectedResult;