Home
last modified time | relevance | path

Searched refs:addExtendedOpcode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp71 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 …]
DDwarfGenerator.h204 void addExtendedOpcode(uint64_t Length, uint8_t Opcode,
DDwarfGenerator.cpp211 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode() function in dwarfgen::LineTable