Searched defs:get_debug_pos (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/callgrind/ |
H A D | dump.c | 363 Bool get_debug_pos(BBCC* bbcc, Addr addr, AddrPos* p) function 396 CLG_DEBUG(3, " get_debug_pos(%#lx): BB %#lx, fn '%s', file '%s', line %u\n", 576 if (!get_debug_pos(jcc->to, bb_addr(jcc->to->bb), &target)) { 708 if (!get_debug_pos(bbcc, bb_addr(bb) + instr_info->instr_offset, 748 get_debug_pos(bbcc, bb_addr(bb)+instr_info->instr_offset, &(currCost->p)); 786 get_debug_pos(bbcc, bb_jmpaddr(bb), &(currCost->p));
|
Completed in 139 milliseconds