Home
last modified time | relevance | path

Searched refs:ReportLocation (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h73 struct ReportLocation { struct
84 static ReportLocation *New(ReportLocationType type); argument
86 explicit ReportLocation(ReportLocationType type);
112 Vector<ReportLocation*> locs;
H A Dtsan_report.cc28 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation
32 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
33 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation)); in New()
34 return new(mem) ReportLocation(type); in New()
179 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
419 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
H A Dtsan_symbolize.cc108 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
112 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
H A Dtsan_rtl_report.cc316 ReportLocation *loc = ReportLocation::New(ReportLocationFD); in AddLocation()
335 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()
348 ReportLocation *loc = in AddLocation()
349 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
355 if (ReportLocation *loc = SymbolizeData(addr)) { in AddLocation()
H A Dtsan_symbolize.h22 ReportLocation *SymbolizeData(uptr addr);
H A Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_debugging.cc123 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc()
140 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc_object_type()
H A Dtsan_suppressions.cc132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h75 struct ReportLocation { struct
86 static ReportLocation *New(ReportLocationType type); argument
88 explicit ReportLocation(ReportLocationType type);
114 Vector<ReportLocation*> locs;
H A Dtsan_report.cc30 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation
34 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
35 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation)); in New()
36 return new(mem) ReportLocation(type); in New()
181 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
421 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
H A Dtsan_symbolize.cc110 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
114 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
H A Dtsan_rtl_report.cc318 ReportLocation *loc = ReportLocation::New(ReportLocationFD); in AddLocation()
337 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()
350 ReportLocation *loc = in AddLocation()
351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
357 if (ReportLocation *loc = SymbolizeData(addr)) { in AddLocation()
H A Dtsan_symbolize.h24 ReportLocation *SymbolizeData(uptr addr);
H A Dtsan_suppressions.h34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_debugging.cc125 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc()
142 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc_object_type()
H A Dtsan_suppressions.cc134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc85 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in SymbolizeData()
103 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h71 struct ReportLocation { struct
106 Vector<ReportLocation*> locs;
H A Dtsan_symbolize.cpp109 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData()
113 auto *ent = New<ReportLocation>(); in SymbolizeData()
H A Dtsan_symbolize.h23 ReportLocation *SymbolizeData(uptr addr);
H A Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
H A Dtsan_debugging.cpp130 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc()
147 ReportLocation *loc = rep->locs[idx]; in __tsan_get_report_loc_object_type()
H A Dtsan_suppressions.cpp125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
H A Dtsan_report.cpp168 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
415 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
H A Dtsan_rtl_report.cpp324 auto *loc = New<ReportLocation>(); in AddLocation()
347 auto *loc = New<ReportLocation>(); in AddLocation()
361 auto *loc = New<ReportLocation>(); in AddLocation()
368 if (ReportLocation *loc = SymbolizeData(addr)) { in AddLocation()