Home | History | Annotate | Download | only in callgrind

Lines Matching refs:Addr

374 void CLG_(print_addr)(Addr addr)
382 if (addr == 0) {
383 VG_(printf)("%08lx", addr);
387 CLG_(get_debug_info)(addr, fl_buf, fn_buf, &ln, &di);
390 VG_(printf)("%#lx", addr);
392 VG_(printf)("%#lx %s", addr, fn_buf);
410 void CLG_(print_addr_ln)(Addr addr)
412 CLG_(print_addr)(addr);
456 void CLG_(print_addr)(Addr addr) {}
457 void CLG_(print_addr_ln)(Addr addr) {}