• Home
  • Raw
  • Download

Lines Matching refs:LT

74     LineTable &LT = Gen->addLineTable(DWARF32);  in setupParser()  local
75 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in setupParser()
76 LT.addStandardOpcode(DW_LNS_copy, {}); in setupParser()
77 LT.addByte(0xaa); in setupParser()
78 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
206 LineTable &LT = Gen->addLineTable(); in TEST_F() local
207 LT.setCustomPrologue({{0, LineTable::Byte}}); in TEST_F()
226 LineTable &LT = Gen->addLineTable(Format); in TEST_P() local
227 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_P()
228 LT.setPrologue(Prologue); in TEST_P()
253 LineTable &LT = Gen->addLineTable(Format); in TEST_P() local
254 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in TEST_P()
255 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
256 LT.addByte(0xaa); in TEST_P()
257 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
316 LineTable &LT = Gen->addLineTable(); in TEST_F() local
317 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); in TEST_F()
339 LineTable &LT = Gen->addLineTable(); in TEST_P() local
340 LT.setCustomPrologue( in TEST_P()
361 LineTable &LT = Gen->addLineTable(); in TEST_F() local
362 LT.setCustomPrologue({ in TEST_F()
405 LineTable &LT = Gen->addLineTable(Format); in TEST_P() local
406 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_P()
408 LT.setPrologue(Prologue); in TEST_P()
441 LineTable &LT = Gen->addLineTable(Format); in TEST_P() local
442 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_P()
444 LT.setPrologue(Prologue); in TEST_P()
492 LineTable &LT = Gen->addLineTable(); in TEST_F() local
493 LT.addByte(0xaa); in TEST_F()
497 LT.addExtendedOpcode(1, DW_LNE_set_discriminator, in TEST_F()
499 LT.addByte(0xbb); in TEST_F()
500 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
501 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
521 LineTable &LT = Gen->addLineTable(); in TEST_F() local
522 LT.addByte(0xaa); in TEST_F()
523 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
525 LT.addExtendedOpcode(2, DW_LNE_end_sequence, {}); in TEST_F()
527 LT.addStandardOpcode(DW_LNS_negate_stmt, {}); in TEST_F()
528 LT.addByte(0xbb); in TEST_F()
529 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
530 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
553 LineTable &LT = Gen->addLineTable(); in TEST_F() local
554 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
555 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
556 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
557 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_F()
560 LT.setPrologue(Prologue); in TEST_F()
579 LineTable &LT = Gen->addLineTable(); in TEST_F() local
582 LT.addExtendedOpcode(5, DW_LNE_set_address, {{Addr1, LineTable::Long}}); in TEST_F()
583 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
587 LT.addExtendedOpcode(9, DW_LNE_set_address, {{Addr2, LineTable::Quad}}); in TEST_F()
588 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
609 LineTable &LT = Gen->addLineTable(); in TEST_F() local
611 LT.addExtendedOpcode(5, DW_LNE_set_address, {{Addr1, LineTable::Long}}); in TEST_F()
612 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
614 LT.addExtendedOpcode(9, DW_LNE_set_address, {{Addr2, LineTable::Quad}}); in TEST_F()
615 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
638 LineTable &LT = Gen->addLineTable(); in TEST_F() local
641 LT.addExtendedOpcode(4, DW_LNE_set_address, in TEST_F()
643 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
646 LT.addByte(0xaa); in TEST_F()
647 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
670 LineTable &LT = Gen->addLineTable(); in TEST_F() local
674 LT.addExtendedOpcode(Operands.size() + 1, DW_LNE_set_address, Operands); in TEST_F()
675 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
694 LineTable &LT = Gen->addLineTable(); in TEST_F() local
699 LT.addExtendedOpcode(AddressSize + 1, DW_LNE_set_address, in TEST_F()
701 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
704 LT.addByte(0xaa); in TEST_F()
705 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
706 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_F()
708 LT.setPrologue(Prologue); in TEST_F()
729 LineTable &LT = Gen->addLineTable(); in TEST_F() local
730 LT.addExtendedOpcode(9, DW_LNE_set_address, in TEST_F()
732 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
733 LT.addByte(0xaa); in TEST_F()
734 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
735 LT.addExtendedOpcode(9, DW_LNE_set_address, in TEST_F()
737 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
738 LT.addByte(0xbb); in TEST_F()
739 LT.addByte(0xcc); in TEST_F()
759 virtual uint64_t editPrologue(LineTable &LT) = 0;
936 uint64_t editPrologue(LineTable &LT) override { in editPrologue()
937 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in editPrologue()
939 LT.setPrologue(Prologue); in editPrologue()
965 uint64_t editPrologue(LineTable &LT) override { in editPrologue()
966 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in editPrologue()
968 LT.setPrologue(Prologue); in editPrologue()
1007 uint64_t editPrologue(LineTable &LT) override { in editPrologue()
1008 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in editPrologue()
1010 LT.setPrologue(Prologue); in editPrologue()
1098 LineTable &LT = Gen->addLineTable(); in TEST_F() local
1099 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); in TEST_F()
1121 LineTable &LT = Gen->addLineTable(); in TEST_F() local
1122 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); in TEST_F()
1144 LineTable &LT = Gen->addLineTable(DWARF32); in TEST_F() local
1145 LT.setCustomPrologue({{2, LineTable::Long}, {0, LineTable::Half}}); in TEST_F()
1170 LineTable &LT = Gen->addLineTable(DWARF32); in TEST_F() local
1171 LT.addExtendedOpcode(0x42, DW_LNE_end_sequence, {}); in TEST_F()
1203 LineTable &LT = Gen->addLineTable(DWARF32); in TEST_F() local
1204 LT.setCustomPrologue({{2, LineTable::Long}, {0, LineTable::Half}}); in TEST_F()
1229 LineTable &LT = Gen->addLineTable(DWARF32); in TEST_F() local
1230 LT.addExtendedOpcode(42, DW_LNE_end_sequence, {}); in TEST_F()
1245 LineTable &LT = Gen->addLineTable(); in TEST_F() local
1246 LT.addByte(0); // Extended opcode with zero length. in TEST_F()
1247 LT.addByte(0); in TEST_F()
1249 LT.addExtendedOpcode(2, 0, {{1, LineTable::Byte}}); in TEST_F()
1251 LT.addExtendedOpcode(2, 0x42, {{1, LineTable::Byte}}); in TEST_F()
1252 LT.addExtendedOpcode(9, DW_LNE_set_address, in TEST_F()
1254 LT.addExtendedOpcode(6, DW_LNE_define_file, in TEST_F()
1260 LT.addExtendedOpcode(2, DW_LNE_set_discriminator, {{0x7f, LineTable::ULEB}}); in TEST_F()
1261 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
1262 LT.addStandardOpcode(DW_LNS_advance_pc, {{11, LineTable::ULEB}}); in TEST_F()
1263 LT.addStandardOpcode(DW_LNS_advance_line, {{22, LineTable::SLEB}}); in TEST_F()
1264 LT.addStandardOpcode(DW_LNS_set_file, {{33, LineTable::ULEB}}); in TEST_F()
1265 LT.addStandardOpcode(DW_LNS_set_column, {{44, LineTable::ULEB}}); in TEST_F()
1266 LT.addStandardOpcode(DW_LNS_negate_stmt, {}); in TEST_F()
1267 LT.addStandardOpcode(DW_LNS_set_basic_block, {}); in TEST_F()
1268 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
1269 LT.addStandardOpcode(DW_LNS_fixed_advance_pc, {{55, LineTable::Half}}); in TEST_F()
1270 LT.addStandardOpcode(DW_LNS_set_prologue_end, {}); in TEST_F()
1271 LT.addStandardOpcode(DW_LNS_set_epilogue_begin, {}); in TEST_F()
1272 LT.addStandardOpcode(DW_LNS_set_isa, {{66, LineTable::ULEB}}); in TEST_F()
1274 LT.addStandardOpcode( in TEST_F()
1277 LT.addStandardOpcode(0xe, {}); in TEST_F()
1278 LT.addByte(0xff); // Special opcode. in TEST_F()
1279 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
1282 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in TEST_F()
1288 LT.setPrologue(Prologue); in TEST_F()
1510 LineTable &LT = Gen->addLineTable(); in setupTable() local
1514 DWARFDebugLine::Prologue Prologue = LT.createBasicPrologue(); in setupTable()
1522 LT.setPrologue(Prologue); in setupTable()
1524 return LT; in setupTable()
1577 LineTable &LT = setupTable(); in TEST_P() local
1578 LT.addExtendedOpcode(OpcodeLength, Opcode, Operands); in TEST_P()
1656 LineTable &LT = setupTable(); in TEST_P() local
1657 LT.addStandardOpcode(Opcode, Operands); in TEST_P()
1713 LineTable &LT = Gen->addLineTable(); in TEST_F() local
1714 DWARFDebugLine::Prologue P = LT.createBasicPrologue(); in TEST_F()
1723 LT.setPrologue(P); in TEST_F()