Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h288 bool GetAutoOneLineSummaries() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp482 !valobj.GetTargetSP()->GetDebugger().GetAutoOneLineSummaries()) in ShouldPrintAsOneLiner()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp520 bool Debugger::GetAutoOneLineSummaries() const { in GetAutoOneLineSummaries() function in Debugger