Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp72 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()
DDwarfGenerator.h201 void addStandardOpcode(uint8_t Opcode, ArrayRef<ValueAndLength> Operands);
DDwarfGenerator.cpp205 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode() function in dwarfgen::LineTable