Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h50 OnDemand = Log::ChannelFlag<31>, enumerator
52 LLVM_MARK_AS_BITMASK_ENUM(OnDemand),
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp65 LLDBLog::OnDemand},
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h246 Log *GetLog() const { return ::lldb_private::GetLog(LLDBLog::OnDemand); } in GetLog()