Home
last modified time | relevance | path

Searched defs:GetLog (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h246 Log *GetLog() const { return ::lldb_private::GetLog(LLDBLog::OnDemand); } GetLog() function
/llvm-project/lldb/include/lldb/Utility/
H A DLog.h184 Log *GetLog(MaskType mask) { in GetLog() function
331 template <typename Cat> Log *GetLog(Cat mask) { GetLog() function
/llvm-project/third-party/benchmark/src/
H A Dcheck.h53 LogType& GetLog() { return log_; } in GetLog() function