Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.h68 ReportLocationTLS, enumerator
HDtsan_debugging.cpp50 case ReportLocationTLS: return "tls"; in ReportLocationTypeDescription()
HDtsan_report.cpp196 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
HDtsan_rtl_report.cpp321 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()