Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp48 static std::atomic<Log *> g_error_log = nullptr; variable
468 void lldb_private::SetLLDBErrorLog(Log *log) { g_error_log.store(log); } in SetLLDBErrorLog()
470 Log *lldb_private::GetLLDBErrorLog() { return g_error_log; } in GetLLDBErrorLog()