Searched refs:OptionGroupPlatform (Results 1 – 13 of 13) sorted by relevance
18 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()
24 OptionGroupPlatform.cpp
21 class OptionGroupPlatform : public OptionGroup {23 OptionGroupPlatform(bool include_platform_option) in OptionGroupPlatform() function26 ~OptionGroupPlatform() override = default;
90 const OptionGroupPlatform *platform_options,200 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
23 OptionGroupPlatform.cpp \
44 "OptionGroupPlatform.cpp",
49 const OptionGroupPlatform *platform_options, in CreateTarget()79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
137 class OptionGroupPlatform; variable
820 OptionGroupPlatform platform_options(false); in CreateTarget()
197 OptionGroupPlatform m_platform_options;
456 OptionGroupPlatform m_platform_options;
3132 OptionGroupPlatform GetPlatformOptions() { in GetPlatformOptions()3133 OptionGroupPlatform platform_options(false); in GetPlatformOptions()3139 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget()
3759 lldb/include/lldb/Interpreter/OptionGroupPlatform.h