Home
last modified time | relevance | path

Searched refs:DebugDump (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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, ...)) { in DebugDump() function in __tsan::ThreadClock
591 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp645 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local
749 ViewOpts.Debug = DebugDump; in run()