Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DSymbolStringPoolTest.cpp54 TEST(SymbolStringPool, DebugDump) { in TEST() argument
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp643 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local
754 ViewOpts.Debug = DebugDump; in run()