Home
last modified time | relevance | path

Searched refs:OptionGroupPlatform (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupPlatform.cpp24 OptionGroupPlatform::CreatePlatformWithOptions (CommandInterpreter &interpreter, in CreatePlatformWithOptions()
73 OptionGroupPlatform::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting()
93 OptionGroupPlatform::GetDefinitions () in GetDefinitions()
101 OptionGroupPlatform::GetNumDefinitions () in GetNumDefinitions()
110 OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue()
150 OptionGroupPlatform::PlatformMatches(const lldb::PlatformSP &platform_sp) const in PlatformMatches()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionGroupPlatform.h27 class OptionGroupPlatform : public OptionGroup
31 OptionGroupPlatform (bool include_platform_option) : in OptionGroupPlatform() function
43 ~OptionGroupPlatform () in ~OptionGroupPlatform()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTargetList.h104 const OptionGroupPlatform *platform_options,
247 const OptionGroupPlatform *platform_options,
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile21 OptionGroupPlatform.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp68 const OptionGroupPlatform *platform_options, in CreateTarget()
102 const OptionGroupPlatform *platform_options, in CreateTargetInternal()
358 (const OptionGroupPlatform *) nullptr, in CreateDummyTarget()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h136 class OptionGroupPlatform; variable
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp625 OptionGroupPlatform platform_options (false); in CreateTarget()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp276 OptionGroupPlatform m_platform_options;