Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp76 LT.addStandardOpcode(DW_LNS_copy, {}); in setupParser()
83 LT2.addStandardOpcode(DW_LNS_copy, {}); in setupParser()
255 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
261 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
265 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P()
500 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
523 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
527 LT.addStandardOpcode(DW_LNS_negate_stmt, {}); in TEST_F()
529 LT.addStandardOpcode(DW_LNS_const_add_pc, {}); in TEST_F()
554 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
[all …]
DDwarfGenerator.h203 void addStandardOpcode(uint8_t Opcode, ArrayRef<ValueAndLength> Operands);
DDwarfGenerator.cpp214 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode() function in dwarfgen::LineTable