Searched refs:addExtendedOpcode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 71 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in setupParser() 74 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser() 77 LT2.addExtendedOpcode(9, DW_LNE_set_address, in setupParser() 81 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser() 231 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in TEST_P() 234 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P() 237 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x11223344, LineTable::Quad}}); in TEST_P() 240 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P() 241 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x55667788, LineTable::Quad}}); in TEST_P() 244 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P() [all …]
|
D | DwarfGenerator.h | 204 void addExtendedOpcode(uint64_t Length, uint8_t Opcode,
|
D | DwarfGenerator.cpp | 211 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode() function in dwarfgen::LineTable
|