Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp115 if (GetDebugger().GetShowDontUsePoHint() && target_ptr && in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h321 bool GetShowDontUsePoHint() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp469 bool Debugger::GetShowDontUsePoHint() const { in GetShowDontUsePoHint() function in Debugger