Home
last modified time | relevance | path

Searched refs:platform_options (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp49 const OptionGroupPlatform *platform_options, in CreateTarget() argument
54 platform_options, target_sp); in CreateTarget()
79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal() argument
100 if (platform_options && platform_options->PlatformWasSpecified() && in CreateTargetInternal()
101 !platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()
103 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
/freebsd/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/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp834 OptionGroupPlatform platform_options(false); in CreateTarget() local
835 platform_options.SetPlatformName(platform_name); in CreateTarget()
840 &platform_options, target_sp); in CreateTarget()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3132 OptionGroupPlatform platform_options(false); in GetPlatformOptions() local
3133 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()
3134 return platform_options; in GetPlatformOptions()
3138 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget() local
3143 &platform_options, target_sp); in GetTarget()