Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DUserSettingsController.cpp62 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in Properties
68 return properties_sp->DumpAllDescriptions(interpreter, strm); in DumpAllDescriptions()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h65 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h56 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DProperty.cpp287 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
DOptionValueProperties.cpp602 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in OptionValueProperties
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp542 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute()