Home
last modified time | relevance | path

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

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