HomeSort by: relevance | last modified time | path
    Searched refs:ReportLocation (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.h 24 ReportLocation *SymbolizeData(uptr addr);
tsan_suppressions.h 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 75 struct ReportLocation {
86 static ReportLocation *New(ReportLocationType type);
88 explicit ReportLocation(ReportLocationType type);
114 Vector<ReportLocation*> locs;
tsan_symbolize.cc 110 ReportLocation *SymbolizeData(uptr addr) {
114 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);
tsan_report.cc 30 ReportLocation::ReportLocation(ReportLocationType type)
34 ReportLocation *ReportLocation::New(ReportLocationType type) {
35 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation));
36 return new(mem) ReportLocation(type);
181 static void PrintLocation(const ReportLocation *loc) {
421 static void PrintLocation(const ReportLocation *loc) {
tsan_rtl_report.cc 318 ReportLocation *loc = ReportLocation::New(ReportLocationFD);
337 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
350 ReportLocation *loc =
351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS);
357 if (ReportLocation *loc = SymbolizeData(addr)) {
tsan_suppressions.cc 134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_debugging.cc 125 ReportLocation *loc = rep->locs[idx];
142 ReportLocation *loc = rep->locs[idx];
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 85 ReportLocation *SymbolizeData(uptr addr) {
96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
103 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal);

Completed in 16 milliseconds