Searched refs:prog_ctr (Results 1 – 1 of 1) sorted by relevance
119 void PrintCodeAddress(uint32_t prog_ctr) OVERRIDE { in PrintCodeAddress() argument120 os() << "0x" << std::hex << std::setw(8) << std::setfill('0') << prog_ctr << ": "; in PrintCodeAddress()