Lines Matching refs:Info
200 Log::Info(indent, "DW_CFA_offset register(%d) %" PRId64, reg, offset); in LogOffsetRegisterString()
201 Log::Info(indent, "%s", raw_data.c_str()); in LogOffsetRegisterString()
211 Log::Info(indent, "Illegal (Only valid on aarch64)"); in LogInstruction()
213 Log::Info(indent, "Illegal"); in LogInstruction()
215 Log::Info(indent, "Raw Data: 0x%02x", op); in LogInstruction()
242 Log::Info(indent, "%s", log_string.c_str()); in LogInstruction()
256 Log::Info(indent, "%s", raw_data.c_str()); in LogInstruction()
265 Log::Info(indent, "%s", raw_data.c_str()); in LogInstruction()
270 Log::Info(indent + 1, "%s", line.c_str()); in LogInstruction()
298 Log::Info(indent, "DW_CFA_advance_loc %d", cfa_low); in Log()
299 Log::Info(indent, "Raw Data: 0x%02x", cfa_value); in Log()
308 Log::Info(indent, "DW_CFA_restore register(%d)", cfa_low); in Log()
309 Log::Info(indent, "Raw Data: 0x%02x", cfa_value); in Log()
314 Log::Info(""); in Log()
315 Log::Info(indent, "PC 0x%" PRIx64, cur_pc); in Log()
333 Log::Info("Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
344 Log::Info("Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()
411 Log::Info("Warning: Attempt to restore without remember."); in cfa_restore_state()
549 const DwarfCfaInfo::Info DwarfCfaInfo::kTable[64] = {