Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h53 struct ReportMop { struct
62 ReportMop(); argument
108 Vector<ReportMop*> mops;
Dtsan_report.cc66 ReportMop::ReportMop() in ReportMop() function in __tsan::ReportMop
155 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop()
382 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop()
Dtsan_rtl_report.cc165 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop)); in AddMemoryAccess()
166 ReportMop *mop = new(mem) ReportMop; in AddMemoryAccess()
Dtsan_debugging.cc98 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()