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