Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h68 ReportLocationStack, enumerator
Dtsan_debugging.cc41 if (typ == ReportLocationStack) return "stack"; in ReportLocationTypeDescription()
Dtsan_report.cc190 } else if (loc->type == ReportLocationStack) { in PrintLocation()
Dtsan_rtl_report.cc345 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()