HomeSort by relevance Sort by last modified time
    Searched refs:ReportLocation (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.h 22 ReportLocation *SymbolizeData(uptr addr);
tsan_suppressions.h 24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_symbolize.cc 99 ReportLocation *SymbolizeData(uptr addr) {
106 ReportLocation *ent = (ReportLocation*)internal_alloc(MBlockReportStack,
107 sizeof(ReportLocation));
tsan_report.h 67 struct ReportLocation {
101 Vector<ReportLocation*> locs;
tsan_rtl_report.cc 307 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
308 ReportLocation *loc = new(mem) ReportLocation();
329 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
330 ReportLocation *loc = new(mem) ReportLocation();
353 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
354 ReportLocation *loc = new(mem) ReportLocation();
360 ReportLocation *loc = SymbolizeData(addr)
    [all...]
tsan_suppressions.cc 117 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_report.cc 110 static void PrintLocation(const ReportLocation *loc) {
tsan_rtl.h 608 const ReportLocation *suppress_loc = 0);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 34 ReportLocation *SymbolizeData(uptr addr) {

Completed in 668 milliseconds