Searched refs:ReportLocation (Results 1 – 8 of 8) sorted by relevance
72 struct ReportLocation { struct82 static ReportLocation *New(ReportLocationType type); argument84 explicit ReportLocation(ReportLocationType type);108 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()167 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
24 ReportLocation *SymbolizeData(uptr addr);
308 ReportLocation *loc = ReportLocation::New(ReportLocationFD); in AddLocation()327 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()339 ReportLocation *loc = in AddLocation()340 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()345 if (ReportLocation *loc = SymbolizeData(addr)) { in AddLocation()
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
130 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
31 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()