Searched refs:DebugDump (Results 1 – 4 of 4) sorted by relevance
38 void DebugDump(int(*printf)(const char *s, ...));155 void DebugDump(int(*printf)(const char *s, ...));
397 void ThreadClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::ThreadClock591 void SyncClock::DebugDump(int(*printf)(const char *s, ...)) { in DebugDump() function in __tsan::SyncClock
54 TEST(SymbolStringPool, DebugDump) { in TEST() argument
643 cl::opt<bool> DebugDump("dump", cl::Optional, in run() local754 ViewOpts.Debug = DebugDump; in run()