Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp19 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
56 void OptionGroupPlatform::OptionParsingStarting( in OptionParsingStarting()
80 llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { in GetDefinitions()
88 OptionGroupPlatform::SetOptionValue(uint32_t option_idx, in SetOptionValue()
123 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h24 class OptionGroupPlatform : public OptionGroup {
26 OptionGroupPlatform(bool include_platform_option) in OptionGroupPlatform() function
30 ~OptionGroupPlatform() override = default;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h93 const OptionGroupPlatform *platform_options,
219 const OptionGroupPlatform *platform_options,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp60 const OptionGroupPlatform *platform_options, in CreateTarget()
80 const OptionGroupPlatform *platform_options, TargetSP &target_sp, in CreateTargetInternal()
317 (const OptionGroupPlatform *)nullptr, target_sp, true); in CreateDummyTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h147 class OptionGroupPlatform; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp563 OptionGroupPlatform platform_options(false); in CreateTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp219 OptionGroupPlatform m_platform_options;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile264 SRCS+= Interpreter/OptionGroupPlatform.cpp