Searched refs:DebugDump (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.h39 void DebugDump(int(*printf)(const char *s, ...));
144 void DebugDump(int(*printf)(const char *s, ...));
H A Dtsan_clock.cc367 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::ThreadClock
563 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::SyncClock
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.h37 void DebugDump(int(*printf)(const char *s, ...));
142 void DebugDump(int(*printf)(const char *s, ...));
H A Dtsan_clock.cc365 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::ThreadClock
561 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::SyncClock
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_clock.h38 void DebugDump(int(*printf)(const char *s, ...));
155 void DebugDump(int(*printf)(const char *s, ...));
H A Dtsan_clock.cpp397 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::ThreadClock
591 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { function in class:__tsan::SyncClock
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc442 thr1[i]->DebugDump(printf);
447 sync1[i]->DebugDump(printf);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp645 cl::opt<bool> DebugDump("dump", cl::Optional,
749 ViewOpts.Debug = DebugDump;

Completed in 294 milliseconds