Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1088 struct MaxOpsPerInstFixture struct
1091 void SetUp() override {
1095 uint64_t editPrologue(LineTable &LT) override {
1102 uint8_t MaxOpsPerInst;
1106 TEST_P(MaxOpsPerInstFixture, DISABLED_MaxOpsPerInstProblemsReportedCorrectly) { argument