Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h43 void SetPlatformName(const char *platform_name) { in SetPlatformName() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp783 platform_options.SetPlatformName(platform_name); in CreateTarget()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp173 m_platform_options.SetPlatformName(platform_name); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3132 platform_options.SetPlatformName(m_platform_field->GetPluginName().c_str()); in GetPlatformOptions()