Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
63 void OptionGroupPlatform::OptionParsingStarting( in OptionParsingStarting()
87 llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { in GetDefinitions()
95 OptionGroupPlatform::SetOptionValue(uint32_t option_idx, in SetOptionValue()
129 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h21 class OptionGroupPlatform : public OptionGroup {
23 OptionGroupPlatform(bool include_platform_option) in OptionGroupPlatform() function
26 ~OptionGroupPlatform() override = default;
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
207 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/src/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp49 const OptionGroupPlatform *platform_options, in CreateTarget()
79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h140 class OptionGroupPlatform; variable
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp834 OptionGroupPlatform platform_options(false); in CreateTarget()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp199 OptionGroupPlatform m_platform_options;
H A DCommandObjectTarget.cpp454 OptionGroupPlatform m_platform_options;
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3131 OptionGroupPlatform GetPlatformOptions() { in GetPlatformOptions()
3132 OptionGroupPlatform platform_options(false); in GetPlatformOptions()
3138 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget()
/src/lib/clang/liblldb/
H A DMakefile322 SRCS+= Interpreter/OptionGroupPlatform.cpp