Searched refs:addStandardOpcode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 72 LT.addStandardOpcode(DW_LNS_copy, {}); in setupParser() 79 LT2.addStandardOpcode(DW_LNS_copy, {}); in setupParser() 232 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_P() 238 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P() 242 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_P() 435 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F() 452 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F() 457 LT.addStandardOpcode(DW_LNS_copy, {}); in TEST_F() 605 LT2.addStandardOpcode(DW_LNS_copy, {}); in TEST_F()
|
D | DwarfGenerator.h | 201 void addStandardOpcode(uint8_t Opcode, ArrayRef<ValueAndLength> Operands);
|
D | DwarfGenerator.cpp | 205 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode() function in dwarfgen::LineTable
|