Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DProperty.h60 void DumpDescription(CommandInterpreter &interpreter, Stream &strm,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectApropos.cpp82 properties[i]->DumpDescription( in DoExecute()
H A DCommandObjectSettings.cpp536 property->DumpDescription(m_interpreter, result.GetOutputStream(), 0, in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DProperty.cpp274 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription() function in Property
H A DOptionValueProperties.cpp637 property->DumpDescription(interpreter, strm, max_name_len, false); in DumpAllDescriptions()