Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
207 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h138 class OptionGroupPlatform; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp834 OptionGroupPlatform platform_options(false); in CreateTarget()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp200 OptionGroupPlatform m_platform_options;
H A DCommandObjectTarget.cpp472 OptionGroupPlatform m_platform_options;
/freebsd-14.2/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()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile299 SRCS+= Interpreter/OptionGroupPlatform.cpp