Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
Dtsan_report.h66 ReportLocationGlobal, enumerator
Dtsan_suppressions.cc135 loc->type != ReportLocationGlobal || !loc->suppressable) in IsSuppressed()
Dtsan_report.cc174 if (loc->type == ReportLocationGlobal) { in PrintLocation()
407 case ReportLocationGlobal: { in PrintLocation()
Dtsan_debugging.cc39 if (typ == ReportLocationGlobal) return "global"; in ReportLocationTypeDescription()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc103 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()