Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp82 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
85 LT2.addExtendedOpcode(9, DW_LNE_set_address, in setupParser()
89 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
278 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {});
348 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {});
787 LT.addExtendedOpcode(4, DW_LNE_set_address,
889 LT.addExtendedOpcode(9, DW_LNE_set_address,
894 LT.addExtendedOpcode(9, DW_LNE_set_address,
1376 LT2.addExtendedOpcode(9, DW_LNE_set_address,
1469 LT.addExtendedOpcode(9, DW_LNE_set_address,
[all …]
H A DDwarfGenerator.h206 void addExtendedOpcode(uint64_t Length, uint8_t Opcode,
H A DDwarfGenerator.cpp220 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode() function in dwarfgen::LineTable