/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 73 struct ReportLocation { struct 84 static ReportLocation *New(ReportLocationType type); argument 86 explicit ReportLocation(ReportLocationType type); 112 Vector<ReportLocation*> locs;
|
H A D | tsan_report.cc | 28 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 D | tsan_symbolize.cc | 108 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData() 112 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
|
H A D | tsan_rtl_report.cc | 316 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 D | tsan_symbolize.h | 22 ReportLocation *SymbolizeData(uptr addr);
|
H A D | tsan_suppressions.h | 32 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
H A D | tsan_debugging.cc | 123 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 D | tsan_suppressions.cc | 132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_report.h | 75 struct ReportLocation { struct 86 static ReportLocation *New(ReportLocationType type); argument 88 explicit ReportLocation(ReportLocationType type); 114 Vector<ReportLocation*> locs;
|
H A D | tsan_report.cc | 30 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 D | tsan_symbolize.cc | 110 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData() 114 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal); in SymbolizeData()
|
H A D | tsan_rtl_report.cc | 318 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 D | tsan_symbolize.h | 24 ReportLocation *SymbolizeData(uptr addr);
|
H A D | tsan_suppressions.h | 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
H A D | tsan_debugging.cc | 125 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 D | tsan_suppressions.cc | 134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
H A D | tsan_go.cc | 85 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 D | tsan_report.h | 71 struct ReportLocation { struct 106 Vector<ReportLocation*> locs;
|
H A D | tsan_symbolize.cpp | 109 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData() 113 auto *ent = New<ReportLocation>(); in SymbolizeData()
|
H A D | tsan_symbolize.h | 23 ReportLocation *SymbolizeData(uptr addr);
|
H A D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
H A D | tsan_debugging.cpp | 130 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 D | tsan_suppressions.cpp | 125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
|
H A D | tsan_report.cpp | 168 static void PrintLocation(const ReportLocation *loc) { in PrintLocation() 415 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()
|
H A D | tsan_rtl_report.cpp | 324 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()
|