Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp127 struct FormSkipValueFixtureBase : public testing::TestWithParam<ParamType> { struct
128 void SetUp() override { in SetUp()
133 void doSkipValueTest() { in doSkipValueTest()
153 Form Fm;
154 uint16_t Version;
155 uint8_t AddrSize;
156 DwarfFormat Dwarf;
157 ArrayRef<uint8_t> InitialData;
158 uint64_t ExpectedSkipped;
159 bool ExpectedResult;