Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
Dtsan_report.h65 ReportLocationGlobal, enumerator
Dtsan_suppressions.cc133 loc->type != ReportLocationGlobal || !loc->suppressable) in IsSuppressed()
Dtsan_report.cc172 if (loc->type == ReportLocationGlobal) { in PrintLocation()