| D | dwarf_line_to_module_unittest.cc | 339 // The 'Omitted' tests verify that we correctly omit line information 341 // toolchain omitted sections support" at the top of the 344 TEST(Omitted, DroppedThenGood) {  in TEST()  argument 351   h.AddLine(0,  10, 1, 83816211, 0);   // should be omitted  in TEST() 358 TEST(Omitted, GoodThenDropped) {  in TEST()  argument 366   h.AddLine(0,  10, 1, 44793413, 0);           // should be omitted  in TEST() 372 TEST(Omitted, Mix1) {  in TEST()  argument 381   h.AddLine(0,           0x78, 1, 23053829, 0);   // should be omitted  in TEST() 382   h.AddLine(0x78,        0x6a, 1, 65317783, 0);   // should be omitted  in TEST() 383   h.AddLine(0x78 + 0x6a, 0x2a, 1, 77601423, 0);   // should be omitted  in TEST() [all …] 
 |