Home | History | Annotate | Download | only in tsan

Lines Matching refs:target_pc

310 // { RTN_CALL, call_pc, target_pc }
443 uintptr_t target_pc = tleb.events[i++];
446 target_pc, ignore_below)) continue;
447 ThreadSanitizerHandleRtnCall(t.uniq_tid, call_pc, target_pc,
528 uintptr_t target_pc, IGNORE_BELOW_RTN ignore_below) {
531 ThreadSanitizerHandleRtnCall(t.uniq_tid, call_pc, target_pc,
542 t.tleb.events[t.tleb.size++] = target_pc;