Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
200 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp782 OptionGroupPlatform platform_options(false); in CreateTarget() local
783 platform_options.SetPlatformName(platform_name); in CreateTarget()
788 &platform_options, target_sp); in CreateTarget()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3131 OptionGroupPlatform platform_options(false); in GetPlatformOptions() local
3132 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()
3133 return platform_options; in GetPlatformOptions()
3137 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget() local
3142 &platform_options, target_sp); in GetTarget()