Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h67 ReportLocationTLS, enumerator
H A Dtsan_debugging.cpp48 case ReportLocationTLS: return "tls"; in ReportLocationTypeDescription()
H A Dtsan_report.cpp200 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
H A Dtsan_rtl_report.cpp321 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()