Home
last modified time | relevance | path

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

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