Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:Line

20   OS << "Line table prologue:\n"
61 Line = 1;
73 OS << format("0x%16.16" PRIx64 " %6u %6u", Address, Line, Column)
88 OS << "Address Line Column File ISA Flags\n"
121 fprintf(stderr, "warning: last sequence in debug line table is not"
156 // Parse and cache the line table for at this offset.
213 fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should"
340 // the line register of the state machine.
341 state.Line += debug_line_data.getSLEB128(offset_ptr);
435 // to be added to the line and address registers. The maximum line
438 // minus 1 (line base + line range - 1). If the desired line
439 // increment is greater than the maximum line increment, a standard
445 // opcode = (desired line increment - line_base) +
460 // The amount to increment the line register is the line_base plus
463 // line increment = line_base + (adjusted opcode % line_range)
470 state.Line += line_offset;