Lines Matching defs:pc
48 int pc = 0;
50 pc += i;
51 opcodes.AdvancePC(pc);
146 DW_CHECK("FDE cie=00000000 pc=100000000000000..300000000000000");
211 DW_CHECK_NEXT("Advance PC by 256 to 0x1000100");
244 // DWARF has special one byte codes which advance PC and line at the same time.
248 uint32_t pc = 0x01000000;
251 opcodes.SetAddress(pc);
255 DW_CHECK("Advance PC by constant");
260 pc += addr_delta;
262 opcodes.AddRow(pc, line);
264 ASSERT_EQ(opcodes.CurrentAddress(), pc);
267 sprintf(expected, "%i 0x%x", line, pc);