Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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.cpp362 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h69 ReportLocationTLS, enumerator
H A Dtsan_debugging.cc43 if (typ == ReportLocationTLS) return "tls"; in ReportLocationTypeDescription()
H A Dtsan_report.cc209 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
H A Dtsan_rtl_report.cc349 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h71 ReportLocationTLS, enumerator
H A Dtsan_debugging.cc45 if (typ == ReportLocationTLS) return "tls"; in ReportLocationTypeDescription()
H A Dtsan_report.cc211 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
H A Dtsan_rtl_report.cc351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()