Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp132 struct DebugLineBasicFixture : public Test, public CommonFixture {}; struct
189 TEST_F(DebugLineBasicFixture, GetOrParseLineTableAtInvalidOffset) { in TEST_F() argument
211 TEST_F(DebugLineBasicFixture, GetOrParseLineTableAtInvalidOffsetAfterData) { in TEST_F() argument
405 TEST_F(DebugLineBasicFixture, ErrorForReservedLength) { argument
451 TEST_F(DebugLineBasicFixture, DISABLED_ErrorForInvalidV5IncludeDirTable) { argument
593 TEST_F(DebugLineBasicFixture, ErrorForExtendedOpcodeLengthSmallerThanExpected) { argument
622 TEST_F(DebugLineBasicFixture, ErrorForExtendedOpcodeLengthLargerThanExpected) { argument
651 TEST_F(DebugLineBasicFixture, ErrorForUnitLengthTooLarge) { argument
680 TEST_F(DebugLineBasicFixture, ErrorForMismatchedAddressSiz argument
709 TEST_F(DebugLineBasicFixture,ErrorForMismatchedAddressSizeUnsetInitialAddress) global() argument
736 TEST_F(DebugLineBasicFixture,ErrorForUnsupportedAddressSizeInSetAddressLength) global() argument
769 TEST_F(DebugLineBasicFixture,ErrorForAddressSizeGreaterThanByteSize) global() argument
794 TEST_F(DebugLineBasicFixture,DISABLED_ErrorForUnsupportedAddressSizeDefinedInHeader) global() argument
837 TEST_F(DebugLineBasicFixture,CallbackUsedForUnterminatedSequence) global() argument
1296 TEST_F(DebugLineBasicFixture,ParserParsesCorrectly) global() argument
1323 TEST_F(DebugLineBasicFixture,ParserSkipsCorrectly) global() argument
1344 TEST_F(DebugLineBasicFixture,ParserAlwaysDoneForEmptySection) global() argument
1354 TEST_F(DebugLineBasicFixture,ParserMarkedAsDoneForBadLengthWhenParsing) global() argument
1377 TEST_F(DebugLineBasicFixture,ParserMarkedAsDoneForBadLengthWhenSkipping) global() argument
1400 TEST_F(DebugLineBasicFixture,ParserReportsFirstErrorInEachTableWhenParsing) global() argument
1426 TEST_F(DebugLineBasicFixture,ParserReportsNonPrologueProblemsWhenParsing) global() argument
1458 TEST_F(DebugLineBasicFixture,ParserReportsPrologueErrorsInEachTableWhenSkipping) global() argument
1485 TEST_F(DebugLineBasicFixture,ParserIgnoresNonPrologueErrorsWhenSkipping) global() argument
1502 TEST_F(DebugLineBasicFixture,DISABLED_VerboseOutput) global() argument
1984 TEST_F(DebugLineBasicFixture,DISABLED_PrintPathsProperly) global() argument
[all...]