Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h89 const OptionGroupPlatform *platform_options,
206 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h140 class OptionGroupPlatform; variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp794 OptionGroupPlatform platform_options(false); in CreateTarget()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp199 OptionGroupPlatform m_platform_options;
H A DCommandObjectTarget.cpp455 OptionGroupPlatform m_platform_options;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3132 OptionGroupPlatform GetPlatformOptions() { in GetPlatformOptions()
3133 OptionGroupPlatform platform_options(false); in GetPlatformOptions()
3139 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget()
/freebsd/lib/clang/liblldb/
H A DMakefile315 SRCS+= Interpreter/OptionGroupPlatform.cpp