enum LineTableOpCode

Declared at: llvm/lib/DebugInfo/GSYM/LineTable.cpp:16

Enumerators

NameValueComment
EndSequence0End of the line table.
SetFile1Set LineTableRow.file_idx, don't push a row.
AdvancePC2Increment LineTableRow.address, and push a row.
AdvanceLine3Set LineTableRow.file_line, don't push a row.
FirstSpecial4All special opcodes push a row.