Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h69 ReportLocationTLS, enumerator
Dtsan_report.cc157 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
Dtsan_rtl_report.cc363 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()