Searched refs:inst_is_at_pc (Results 1 – 1 of 1) sorted by relevance
428 const bool inst_is_at_pc = pc_addr_ptr && addr == *pc_addr_ptr; in PrintInstructions() local458 … ((inst_is_at_pc && (options & eOptionMarkPCSourceLine)) ? "->" : ""), in PrintInstructions()490 strm.PutCString(inst_is_at_pc ? "-> " : " "); in PrintInstructions()