Home
last modified time | relevance | path

Searched refs:ReportLocationType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h64 enum ReportLocationType { enum
73 ReportLocationType type = ReportLocationGlobal;
H A Dtsan_debugging.cpp45 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()