Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
55 void OptionGroupPlatform::OptionParsingStarting( in OptionParsingStarting()
79 llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { in GetDefinitions()
87 OptionGroupPlatform::SetOptionValue(uint32_t option_idx, in SetOptionValue()
121 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
200 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h131 class OptionGroupPlatform; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp195 OptionGroupPlatform m_platform_options;
H A DCommandObjectTarget.cpp443 OptionGroupPlatform m_platform_options;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile282 SRCS+= Interpreter/OptionGroupPlatform.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp778 OptionGroupPlatform platform_options(false); in CreateTarget()