Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DUserSettingsController.cpp69 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in Properties
75 return properties_sp->DumpAllDescriptions(interpreter, strm); in DumpAllDescriptions()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DUserSettingsController.h66 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValueProperties.h58 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DProperty.cpp291 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
DOptionValueProperties.cpp650 void OptionValueProperties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions() function in OptionValueProperties
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectSettings.cpp544 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute()