Home
last modified time | relevance | path

Searched defs:DebugDump (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_clock.cpp397 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock
591 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc367 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock
563 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc365 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock
561 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp645 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local