Home
last modified time | relevance | path

Searched defs:toppc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp634 uptr toppc = TraceTopPC(thr); in ReportRace() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc627 const uptr toppc = TraceTopPC(thr); in ReportRace() local
Dtsan_rtl.h591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) { in ObtainCurrentStack()