LLVM: llvm::MCDwarfLineTableParams Struct Reference (original) (raw)

#include "[llvm/MC/MCDwarf.h](MCDwarf%5F8h%5Fsource.html)"

Public Attributes
uint8_t DWARF2LineOpcodeBase = 13
First special line opcode - leave room for the standard opcodes.
int8_t DWARF2LineBase = -5
Minimum line offset in a special line info.
uint8_t DWARF2LineRange = 14
Range of line offsets in a special line info. opcode.

Definition at line 264 of file MCDwarf.h.

DWARF2LineBase

int8_t llvm::MCDwarfLineTableParams::DWARF2LineBase = -5

DWARF2LineOpcodeBase

uint8_t llvm::MCDwarfLineTableParams::DWARF2LineOpcodeBase = 13

DWARF2LineRange

uint8_t llvm::MCDwarfLineTableParams::DWARF2LineRange = 14


The documentation for this struct was generated from the following file: