Home
last modified time | relevance | path

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

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