Lines Matching refs:Printf
120 s.Printf("CFA%+d", m_location.offset); in Dump()
130 s.Printf("AFA%+d", m_location.offset); in Dump()
140 s.Printf("=%s", other_reg_info->name); in Dump()
142 s.Printf("=reg(%u)", m_location.reg_num); in Dump()
165 s.Printf("reg(%u)", reg_num); in DumpRegisterName()
197 s.Printf("%+3d", m_value.reg.offset); in Dump()
212 s.Printf("RaSearch@SP%+d", m_value.ra_search_offset); in Dump()
228 s.Printf("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset()); in Dump()
230 s.Printf("%4" PRId64 ": CFA=", GetOffset()); in Dump()
235 s.Printf(" AFA="); in Dump()
239 s.Printf(" => "); in Dump()
495 s.Printf("This UnwindPlan originally sourced from %s\n", in Dump()
506 s.Printf("LSDA address 0x%" PRIx64 in Dump()
511 s.Printf("This UnwindPlan is sourced from the compiler: "); in Dump()
514 s.Printf("yes.\n"); in Dump()
517 s.Printf("no.\n"); in Dump()
520 s.Printf("not specified.\n"); in Dump()
523 s.Printf("This UnwindPlan is valid at all instruction locations: "); in Dump()
526 s.Printf("yes.\n"); in Dump()
529 s.Printf("no.\n"); in Dump()
532 s.Printf("not specified.\n"); in Dump()
535 s.Printf("This UnwindPlan is for a trap handler function: "); in Dump()
538 s.Printf("yes.\n"); in Dump()
541 s.Printf("no.\n"); in Dump()
544 s.Printf("not specified.\n"); in Dump()
558 s.Printf("row[%u]: ", (uint32_t)std::distance(begin, pos)); in Dump()
560 s.Printf("\n"); in Dump()