struct MCDwarfLineTableParams
Declaration
struct MCDwarfLineTableParams { /* full declaration omitted */ };
Declared at: llvm/include/llvm/MC/MCDwarf.h:200
Member Variables
- public uint8_t DWARF2LineOpcodeBase = 13
- First special line opcode - leave room for the standard opcodes. Note: If you want to change this, you'll have to update the "StandardOpcodeLengths" table that is emitted in\c Emit().
- public int8_t DWARF2LineBase = -5
- Minimum line offset in a special line info. opcode. The value -5 was chosen to give a reasonable range of values.
- public uint8_t DWARF2LineRange = 14
- Range of line offsets in a special line info. opcode.