Home
last modified time | relevance | path

Searched refs:trace_prev_pc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp28 uptr pc_delta = pc - thr->trace_prev_pc + (1 << (EventAccess::kPCBits - 1)); in TryTraceMemoryAccess()
29 thr->trace_prev_pc = pc; in TryTraceMemoryAccess()
64 thr->trace_prev_pc = pc; in TryTraceMemoryAccessRange()
H A Dtsan_rtl.cpp183 tctx->thr->trace_prev_pc = 0; in DoResetImpl()
338 thr->trace_prev_pc = 0; in SlotDetachImpl()
966 thr->trace_prev_pc = 0; in TraceSwitchPartImpl()
H A Dtsan_rtl.h170 uptr trace_prev_pc; member
H A Dtsan_rtl_report.cpp757 ObtainCurrentStack(thr, thr->trace_prev_pc, &traces[0], &tags[0]); in ReportRace()