Home
last modified time | relevance | path

Searched refs:DumpAllDescriptions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp63 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in Properties
67 return m_collection_sp->DumpAllDescriptions(interpreter, strm); in DumpAllDescriptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h62 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h57 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp292 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
H A DOptionValueProperties.cpp435 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in OptionValueProperties
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp504 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute()