Lines Matching defs:line
205 DW_CHECK("Line Number Statements");
215 DW_CHECK_NEXT("Advance Line by 2 to 3");
244 // DWARF has special one byte codes which advance PC and line at the same time.
249 int line = 1;
253 DW_CHECK("Line Number Statements:");
257 DW_CHECK("Line number Starting address");
261 line += line_delta;
262 opcodes.AddRow(pc, line);
265 ASSERT_EQ(opcodes.CurrentLine(), line);
267 sprintf(expected, "%i 0x%x", line, pc);