Searched refs:DPrintf2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_rtl_report.cpp | 400 DPrintf2(" #%02zu: pc=%zx\n", i, stack[i]); in RestoreStack() 410 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc); in RestoreStack() 433 DPrintf2(" #%zu: %zx\n", j, stack[j]); in RestoreStack()
|
| HD | tsan_rtl.cpp | 821 DPrintf2("#%d: MemoryAccess: @%p %p size=%d" in MemoryAccess() 1010 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.tid(), (void*)pc); in FuncEntry() 1032 DPrintf2("#%d: FuncExit\n", (int)thr->fast_state.tid()); in FuncExit()
|
| HD | tsan_rtl.h | 706 # define DPrintf2 Printf macro 708 # define DPrintf2(...) macro
|
| HD | tsan_rtl_thread.cpp | 332 DPrintf2("#%d: MemoryAccessRange: @%p %p size=%d is_write=%d\n", in MemoryAccessRange()
|