Lines Matching refs:LT2
80 LineTable <2 = Gen->addLineTable(DWARF64); in setupParser() local
81 LT2.addExtendedOpcode(9, DW_LNE_set_address, in setupParser()
83 LT2.addStandardOpcode(DW_LNS_copy, {}); in setupParser()
84 LT2.addByte(0xbb); in setupParser()
85 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
259 LineTable <2 = Gen->addLineTable(Format); in TEST_P() local
260 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x11223344, LineTable::Quad}}); in TEST_P()
261 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
262 LT2.addByte(0xbb); in TEST_P()
263 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
264 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x55667788, LineTable::Quad}}); in TEST_P()
265 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
266 LT2.addByte(0xcc); in TEST_P()
267 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
1146 LineTable <2 = Gen->addLineTable(DWARF32); in TEST_F() local
1147 LT2.setCustomPrologue({{2, LineTable::Long}, {1, LineTable::Half}}); in TEST_F()
1172 LineTable <2 = Gen->addLineTable(DWARF32); in TEST_F() local
1173 LT2.addExtendedOpcode(9, DW_LNE_set_address, in TEST_F()
1175 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
1176 LT2.addByte(0xbb); in TEST_F()
1205 LineTable <2 = Gen->addLineTable(DWARF32); in TEST_F() local
1206 LT2.setCustomPrologue({{2, LineTable::Long}, {1, LineTable::Half}}); in TEST_F()