Home
last modified time | relevance | path

Searched refs:DPrintf2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_report.cpp400 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()
HDtsan_rtl.cpp821 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()
HDtsan_rtl.h706 # define DPrintf2 Printf macro
708 # define DPrintf2(...) macro
HDtsan_rtl_thread.cpp332 DPrintf2("#%d: MemoryAccessRange: @%p %p size=%d is_write=%d\n", in MemoryAccessRange()