Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_report.h64 ReportLocationGlobal, enumerator
72 ReportLocationType type = ReportLocationGlobal;
Dtsan_symbolize.cpp114 ent->type = ReportLocationGlobal; in SymbolizeData()
Dtsan_suppressions.cpp128 loc->type != ReportLocationGlobal || !loc->suppressable) in IsSuppressed()
Dtsan_report.cpp173 if (loc->type == ReportLocationGlobal) { in PrintLocation()
426 case ReportLocationGlobal: { in PrintLocation()
Dtsan_debugging.cpp45 case ReportLocationGlobal: return "global"; in ReportLocationTypeDescription()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/
Dtsan_go.cpp111 loc->type = ReportLocationGlobal; in SymbolizeData()