Searched refs:pc_or_addr (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cpp | 507 uptr pc_or_addr = 0; in OutputReport() local 508 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 509 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport() 510 for (uptr i = 0; pc_or_addr == 0 && i < rep->stacks.Size(); i++) in OutputReport() 511 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport() 512 for (uptr i = 0; pc_or_addr == 0 && i < rep->threads.Size(); i++) in OutputReport() 513 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport() 514 for (uptr i = 0; pc_or_addr == 0 && i < rep->locs.Size(); i++) in OutputReport() 515 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport() 516 if (pc_or_addr != 0) { in OutputReport() [all …]
|
D | tsan_rtl.h | 521 uptr pc_or_addr; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 503 uptr pc_or_addr = 0; in OutputReport() local 504 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 505 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport() 506 for (uptr i = 0; pc_or_addr == 0 && i < rep->stacks.Size(); i++) in OutputReport() 507 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport() 508 for (uptr i = 0; pc_or_addr == 0 && i < rep->threads.Size(); i++) in OutputReport() 509 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport() 510 for (uptr i = 0; pc_or_addr == 0 && i < rep->locs.Size(); i++) in OutputReport() 511 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport() 512 if (pc_or_addr != 0) { in OutputReport() [all …]
|
D | tsan_rtl.h | 501 uptr pc_or_addr; member
|