Searched refs:ReportLocation (Results 1 – 9 of 9) sorted by relevance
73 struct ReportLocation { struct83 static ReportLocation *New(ReportLocationType type); argument85 explicit ReportLocation(ReportLocationType type);109 Vector<ReportLocation*> locs;
69 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()34 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation)); in New()35 return new(mem) ReportLocation(type); in New()169 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()394 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
313 ReportLocation *loc = ReportLocation::New(ReportLocationFD); in AddLocation()332 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()344 ReportLocation *loc = in AddLocation()345 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()351 if (ReportLocation *loc = SymbolizeData(addr)) { in AddLocation()
24 ReportLocation *SymbolizeData(uptr addr);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
115 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc()
85 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in SymbolizeData()103 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()