Searched refs:addExtendedOpcode (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 75 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in setupParser() 78 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser() 81 LT2.addExtendedOpcode(9, DW_LNE_set_address, in setupParser() 85 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser() 254 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in TEST_P() 257 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P() 260 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x11223344, LineTable::Quad}}); 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() 267 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P() [all …]
|
D | DwarfGenerator.h | 206 void addExtendedOpcode(uint64_t Length, uint8_t Opcode,
|
D | DwarfGenerator.cpp | 220 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode() function in dwarfgen::LineTable
|